Serena
⚙️ Developer Tools
IDE-powered coding agent with semantic code understanding. Navigate symbols, find references, and edit code at the semantic level across 30+ languages including Python, TypeScript, Go, Rust, Java, C++, PHP, and more.
Tools (9)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"serena": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/oraios/serena",
"serena",
"start-mcp-server"
],
"env": {
"SERENA_PROJECT_PATH": "your-serena-project-path-here"
}
}
}
}