Claudebox for Cline
io.github.psyb0t/claudebox
Self-hosted MCP server exposing Claude Code as an agentic AI tool over streamable HTTP.
client:Cline
transport:stdio
runtime:oci
Install Claudebox in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"claudebox": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/claudebox:v2.4.5"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs