Stats
Actions
Tags
From claude-idd-framework
Local Serena MCP server (--context ide-assistant) providing IDE assistance tools for the current project directory (--project .). Runs as Python subprocess via uvx from GitHub repo oraios/serena.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"serena-mcp": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/oraios/serena",
"serena",
"start-mcp-server",
"--context",
"ide-assistant",
"--project",
"."
],
"url": "https://github.com/oraios/serena"
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
uvxhttps://github.com/oraios/serenaCommand-line arguments passed to the server process
npx claudepluginhub aglabo/idd-framework