labs-catalog-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@labs-catalog-mcplist labs in collection 3"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
labs-catalog-mcp
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, filter by collection (0–5) or badge (LIVE/SIMULATED) |
| one lab's problem, decision, status, route |
| 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 outputRelated MCP server: Enterprise MCP Gateway and Tool Registry
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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityDmaintenanceExposes SAP AI Core APIs as MCP tools, enabling AI assistants to manage AI Core lifecycle and administration through natural language.Last updated5MIT
- Alicense-qualityCmaintenanceEnables AI agents to discover and execute tools via a secure MCP server with JWT authentication, RBAC, rate limiting, and audit logging.Last updated1MIT
- Flicense-qualityCmaintenanceEnables Adobe Experience Platform and AEM content operations through a shared tool registry, exposing health checks, fragment search, sandbox management, dataset queries, and content fragment fetching via MCP and web interfaces.Last updated
- FlicenseAqualityAmaintenanceEnables MCP clients to discover and fetch skills, agents, commands, and hooks from the Gen-e2 Lab Registry, and check local inventory compliance against the registry.Last updated15
Related MCP Connectors
MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration
Create, browse, remix, collaborate on, and run durable AI workflow nodes from MCP hosts.
A paid remote MCP for AI SDK MCP gateway registry, built to return verdicts, receipts, usage logs, a
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sudeeplalka-hash/labs-catalog-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server