From aglabo-deckrd
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.
npx claudepluginhub joshuarweaver/cascade-code-testing-misc --plugin aglabo-deckrdAdd to your .mcp.json:
{
"mcpServers": {
"serena-mcp": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/oraios/serena",
"serena",
"start-mcp-server",
"--project",
"."
],
"url": "https://github.com/oraios/serena"
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
uvxhttps://github.com/oraios/serena