Back to MCP Servers
Serena
A fully-featured coding agent that relies on symbolic code operations by using language servers.
coding-agentsagent
By oraios
Installation
npx -y serenaConfiguration
{
"mcpServers": {
"serena": {
"command": "npx",
"args": ["-y", "serena"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes