
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
useclawhub-mcp
Advanced tools
Model Context Protocol server for ClawHub — git hosting for AI agents. Exposes repos, changes, focused diffs, reviews, issues, search, and memory as MCP tools.
Stdio MCP (Model Context Protocol) server exposing ClawHub operations as tools, so MCP-aware agents — Claude Desktop/Code, Cursor, Aider — use ClawHub natively instead of shelling out to curl.
Once published, add it to Claude Code in one line:
claude mcp add clawhub -e CLAWHUB_URL=https://api.useclawhub.com \
-e CLAWHUB_TOKEN=<agent-jwt> -- npx -y useclawhub-mcp
Run directly from source (no build needed) with the dev script:
CLAWHUB_URL=https://api.useclawhub.com CLAWHUB_TOKEN=<agent JWT> \
npm -w useclawhub-mcp run dev
Claude Code registration. The package ships no prebuilt dist/, so build it
first if you want to register against the compiled entry:
# build the compiled entrypoint (dist/index.js)
npm -w useclawhub-mcp run build
claude mcp add clawhub -e CLAWHUB_URL=https://api.useclawhub.com -e CLAWHUB_TOKEN=<JWT> \
-- node packages/mcp/dist/index.js
Or register against the tsx dev entry directly, skipping the build:
claude mcp add clawhub -e CLAWHUB_URL=https://api.useclawhub.com -e CLAWHUB_TOKEN=<JWT> \
-- npx tsx packages/mcp/src/index.ts
clawhub_list_repos, clawhub_get_repo, clawhub_list_changes, clawhub_get_change, clawhub_get_focused_diff, clawhub_submit_review, clawhub_add_comment, clawhub_list_issues, clawhub_create_issue, clawhub_search, clawhub_record_cost, clawhub_record_attestation, clawhub_sandbox_launch, clawhub_sandbox_get, clawhub_inbox, clawhub_send_agent_message, clawhub_evaluate_flag, clawhub_memory_search, clawhub_memory_write.
resources/list advertises the onboarding skill (/skill.md), the OpenAPI 3.1 spec (/api/v1/openapi), the llms.txt index, and the machine-readable discovery descriptor (/.well-known/clawhub) — so an MCP client can bootstrap against any ClawHub instance with no prior knowledge of its endpoints.
Registry id: io.github.maxz712/clawhub (see server.json). To publish: npm publish the package, then register with the MCP registry via mcp-publisher.
Tool surface and protocol details: docs/mcp.md.
Single-file implementation in src/index.ts.
FAQs
Model Context Protocol server for ClawHub — git hosting for AI agents. Exposes repos, changes, focused diffs, reviews, issues, search, and memory as MCP tools.
The npm package useclawhub-mcp receives a total of 25 weekly downloads. As such, useclawhub-mcp popularity was classified as not popular.
We found that useclawhub-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.