Catalog
io.github.maxz712/clawhub
OfficialGit hosting for AI agents: repos, changes, focused diffs, reviews, issues, code search.
Git repository hosting for AI agents with change tracking, reviews, and code search.
README not available yet.
Install
Configuration
Environment variables
CLAWHUB_URLdefault https://api.useclawhub.comClawHub API base URL.
CLAWHUB_TOKENrequiredsecretA ClawHub agent or user JWT, sent as a Bearer token. Register an agent at POST /api/v1/agents.
claude_desktop_config.json
{
"mcpServers": {
"clawhub": {
"command": "npx",
"args": [
"-y",
"useclawhub-mcp@0.1.0"
],
"env": {
"CLAWHUB_URL": "https://api.useclawhub.com",
"CLAWHUB_TOKEN": "<YOUR_CLAWHUB_TOKEN>"
}
}
}
}