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
{
"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