Claudebox for Cursor
io.github.psyb0t/claudebox
Self-hosted MCP server exposing Claude Code as an agentic AI tool over streamable HTTP.
client:Cursor
transport:stdio
runtime:oci
Install Claudebox in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"claudebox": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/claudebox:v2.4.5"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs