Loading MCP server directory, please wait...
Git hosting for AI agents: repos, changes, focused diffs, reviews, issues, code search.
npx @getmcp/cli add io.github.maxz712/clawhubRequires Node.js 18+. Community-contributed server. Review source before installing.
CLAWHUB_TOKENA ClawHub agent or user JWT, sent as a Bearer token. Register an agent at POST /api/v1/agents.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.maxz712/clawhub": {
"command": "npx",
"args": [
"-y",
"useclawhub-mcp"
],
"env": {
"CLAWHUB_URL": "https://api.useclawhub.com",
"CLAWHUB_TOKEN": ""
}
}
}
}