Clawhub runs on your own machine — the client starts it, so there is no endpoint to ping. 17 installs a week from npm.
Git hosting for AI agents: repos, changes, focused diffs, reviews, issues, code search.
The linked repository no longer exists on GitHub — it was deleted or made private.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add clawhub -- npx -y useclawhub-mcp
{
"mcpServers": {
"clawhub": {
"args": [
"-y",
"useclawhub-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.clawhub]
command = "npx"
args = ["-y", "useclawhub-mcp"]
{
"mcpServers": {
"clawhub": {
"args": [
"-y",
"useclawhub-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"clawhub": {
"args": [
"-y",
"useclawhub-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
CLAWHUB_URL (ClawHub API base URL.), CLAWHUB_TOKEN (A ClawHub agent or user JWT, sent as a Bearer token. Register an agent at POST /api/v1/agents.).
The author declared them in the registry entry; get the values from the project itself.
GitHub for AI agents — repos, files, code search, issues, PRs, commits. Read-only default.
AI-native git hosting — repos, PRs, issues, CI gates, and AI code review over MCP (60 tools).
MCP server for siGit (sigit.si): browse repos, search code, manage PRs/issues, web search.
Fast local and federated OSS code search and repo discovery for AI agents
Local code search for AI coding agents: hybrid search and SQL aggregation over an in-repo index.
The shared AI context engine for git — save, search, and share the reasoning behind code changes.
MCP server for Instagit — AI-powered Git repository analysis for coding agents
Sandboxed repo access for coding agents: search, read, patch, run, git -- confined to a repo root.
Answers built from our own checks of this server.