← All plugins
serena
Semantic code analysis MCP server providing intelligent code understanding, refactoring suggestions, and codebase navigation through language server protocol integration.
Claude Code1 MCP serverstdio
by Oraios33.3kupdated 40 minutes ago
Source
git clone https://github.com/anthropics/claude-plugins-officialClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is external_plugins/serena/ inside the repository.
Layout
external_plugins/serena/
├── .claude-plugin/plugin.json└── .mcp.json
MCP servers1
serenastdio
- command
- uvx
- args
- --from git+https://github.com/oraios/serena serena start-mcp-server
Manifests1
external_plugins/serena/.claude-plugin/plugin.json
{
"name": "serena",
"description": "Semantic code analysis MCP server providing intelligent code understanding, refactoring suggestions, and codebase navigation through language server protocol integration.",
"author": {
"name": "Oraios"
}
}