camacho mcp for VS Code
io.github.sanchirico/camacho-mcp
Persistent tmux terminal for AI agents — real-time spectating, SSH host-group dispatch.
client:VS Code
transport:stdio
runtime:npm
Install camacho mcp in VS Code
.vscode/mcp.json
{
"servers": {
"camacho-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"camacho-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs