oraios/serena
A fully-featured coding agent that relies on symbolic code operations by using language servers.
Quick Start
Clone the repository:
git clone https://github.com/oraios/serenaClaude Desktop configuration example:
{
"mcpServers": {
"serena": {
"command": "npx",
"args": [
"-y",
"oraios/serena"
]
}
}
}Check the repository README for specific installation and configuration instructions.