Skip to content
Cursor

camacho mcp for Cursor

io.github.sanchirico/camacho-mcp

Persistent tmux terminal for AI agents — real-time spectating, SSH host-group dispatch.

client:Cursor transport:stdio runtime:npm

Install camacho mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "camacho-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "camacho-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

camacho mcp in other clients