Labs Catalog
FreeNot checkedExposes an AI labs registry as MCP tools, enabling listing labs, retrieving lab details, and searching enterprise decisions.
About
Exposes an AI labs registry as MCP tools, enabling listing labs, retrieving lab details, and searching enterprise decisions.
README
A real MCP server, with a real captured session. LB-07 in the AI Labs portfolio's Live Builds collection: the portfolio's MCP Server Contract Workbench (GAP-01) simulates the wire protocol to teach it — this repo is the live counterpart a real client can connect to.
The server exposes the portfolio's own labs registry as tools:
| tool | what it does |
|---|---|
list_labs |
list labs, filter by collection (0–5) or badge (LIVE/SIMULATED) |
get_lab |
one lab's problem, decision, status, route |
search_decisions |
find the lab for the enterprise decision you're facing |
Run it
npm install
npm start # stdio MCP server
npm run capture # real client session -> session-transcript.jsonl + console output
Connect Claude Desktop
{
"mcpServers": {
"labs-catalog": { "command": "node", "args": ["/absolute/path/to/server.mjs"] }
}
}
The captured session
session-transcript.jsonl / session.md hold an actual recorded session — initialize handshake, tools/list,
and three tool calls, both directions, timestamped. Recorded by tee-wire.mjs, a 30-line wire tap between
client and server; re-run npm run capture and it regenerates. No frame in this repo is hand-written.
Honesty & attribution
Built on @modelcontextprotocol/sdk (MIT) and zod.
Catalog data is a generated snapshot of the portfolio's packages/kit/src/registry.ts. Server, wire tap, and
capture harness are original. MIT licensed.
Installing Labs Catalog
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/sudeeplalka-hash/labs-catalog-mcpFAQ
Is Labs Catalog MCP free?
Yes, Labs Catalog MCP is free — one-click install via Unyly at no cost.
Does Labs Catalog need an API key?
No, Labs Catalog runs without API keys or environment variables.
Is Labs Catalog hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Labs Catalog in Claude Desktop, Claude Code or Cursor?
Open Labs Catalog on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Labs Catalog with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
