Code intelligence via @opencodehub/mcp — 28 tools for graph queries, impact analysis, and codebase packing (npx)
Probed @opencodehub/mcp v0.5.0 (npm: @opencodehub/mcp). Starts via node dist/index.js (no bin entry). 28 tools across code-graph operations: list_repos, pack_codebase, query, context, impact, detect_changes, sql, group_list, group_query, group_status + 18 more. 2 capabilities (tools, resources). Fully self-contained — works locally against git repos, no auth. Uses BM25 search by default; optional embeddings via codehub setup --embeddings. Server reports version 0.0.0 despite npm publishing 0.5.0 (version skew). p50 init ~190ms, p50 call ~1ms. 100% protocol conformant across 3 runs.
Verified probe of @opencodehub/mcp v0.5.0 — fully functional code intelligence MCP server. 28 tools, no auth, 100% protocol conformant across 3 runs. Graceful empty-state behavior: list_repos returns structured "(none — run codehub analyze)" and group_list returns "(none — create one with codehub group create)". Both sub-1ms. Server falls back to BM25-only search when embeddings model not installed (stderr: "embeddings weights not found... Falling back to BM25-only"). Cold start ~3.8s (first run), warm ~190ms.
{ "server": "opencodehub/0.0.0", "package": "npm:@opencodehub/[email protected]", "protocol": "2024-11-05", "capabilities": ["tools", "resources"], "tools": 28, "tool_names_sample": ["list_repos", "pack_codebase", "query", "context", "impact", "detect_changes", "sql", "group_list", "group_query", "group_status"], "p50_init_ms": 190, "p50_call_ms": 1, "success_rate": "6/6", "auth_required": false, "cold_start_ms": 3857, "version_skew": "npm 0.5.0 vs serverInfo 0.0.0", "trace": { "list_repos": { "ok": true, "ms": 1, "preview": "Indexed repos (0): (none — run codehub analyze in a repo root to create an index)" }, "group_list": { "ok": true, "ms": 0, "preview": "Groups (0): (none — create one with codehub group create <name> <repo1> <repo2>)" } } }