serena-docker
stdioUsed by 1 plugin
Installs superclaude-framework, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub rafaelcalleja/claude-market-place --plugin superclaude-frameworkAdd to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"serena-docker": {
"command": "docker",
"args": [
"run",
"--rm",
"-v",
"${PWD}:/workspace",
"--workdir",
"/workspace",
"python:3.11-slim",
"bash",
"-c",
"pip install uv && uv tool install serena-ai && uv tool run serena-ai start-mcp-server --context ide-assistant --project /workspace"
]
}
}
}Security Considerations
External connections
This server connects to external services. Review the URLs it accesses before enabling.
Command
dockerAccess Level
write
Arguments
run--rm-v${PWD}:/workspace--workdir/workspacepython:3.11-slimbash-cpip install uv && uv tool install serena-ai && uv tool run serena-ai start-mcp-server --context ide-assistant --project /workspace
Capabilities
deployment