Model Context Protocol server for ColabHive — expose LLMs, specialists, tools, and your trained models to any MCP client.
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"colabhive-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# colabhive-mcp **Status:** `0.3.0` is running on the hosted production service at `https://mcp.colabhive.com`; the public PyPI index remains on `0.2.0` until the protected OIDC publishing environment is approved. See [`docs/plans/PLAN-mcp-layer-2026-05-22.md`](../../docs/plans/PLAN-mcp-layer-2026-05-22.md). Model Context Protocol (MCP) server that exposes every ColabHive model — LLMs, specialists, tools, your trained models — to any MCP-compatible AI client (Claude Desktop, Claude Code, Cursor, n8n, …). User-facing docs: <https://docs.colabhive.com/mcp> --- ## Roadmap | Phase | Deliverable | Status | |---|---|---| | F0 | DB manifest columns + `/mcp/manifest` endpoint in `builder-gateway` | ✅ implemented | | F1 | Package and stdio/HTTP transports | ✅ hosted in production; PyPI approval pending | | F2 | OAuth 2.1 device flow + rate limiting | ⬜ pending | | F3 | Client integration docs + screenshots | ⬜ pending | | F4 | Hosted service (`mcp.colabhive.com`) + marketplace | ✅ hosted service; marketplace pending | --- ## Package layout (planned) ``` packages/mcp-server/ ├── pyproject.toml ├── README.md # this file ├── LICENSE # MIT ├── src/ │ └── colabhive_mcp/ │ ├── __init__.py │ ├── __main__.py # entry: `python -m colabhive_mcp` │ ├── cli.py # argparse, sub-commands: serve, test, config, login, logout │ ├── client.py # HTTP client for /api/builder/v1/{actions,mcp,invocations} │ ├── manifest.py # ETag cache, refresh, schema validation │ ├── auth.py # API key + OAuth device flow + keychain │ ├── server_stdio.py # MCP stdio transport │ ├── server_http.py # MCP HTTP/SSE transport (FastAPI) │ ├── filters.py # allow/deny tools + kinds + stability │ ├──…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.