Skip to content
Cursor

clawhub for Cursor

io.github.maxz712/clawhub

Git hosting for AI agents: repos, changes, focused diffs, reviews, issues, code search.

client:Cursor transport:stdio runtime:npm

Install clawhub in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "clawhub": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "useclawhub-mcp"
      ],
      "env": {
        "CLAWHUB_URL": "<CLAWHUB_URL>",
        "CLAWHUB_TOKEN": "<CLAWHUB_TOKEN>"
      }
    }
  }
}

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

clawhub in other clients