I Vibe-Coded an MCP Catalog. Coding Was the Easy Part.
I shipped 26,708 MCP servers in two weeks of vibe-coded code. Four field-report lessons from running it since.
- mcp
- vibe-coding
- mcpxhub
- agents
- developer-tooling

May 2026. The catalog behind mcpxhub.io holds 26,708 Model Context Protocol servers. The crawler has scanned 47,246 unique repositories; 43,303 cleared first-stage filtering.
I shipped it in two weeks of vibe-coded code. What follows is what running it since has taught me: four lessons, in field-report order.
Two weeks of code. The lessons came after.
#The four lessons
- The opportunity window is shorter than you think. While I was hardening v1, three competitor catalogs shipped: mcp.so, Glama, Smithery. Whatever you can vibe-code in two weeks, three other people are vibe-coding right now.
- Vibe coding accelerates disorder. Maintenance is the discipline. Schema-by-convention drifted by month eight. The fix wasn't a database swap; it was a Zod schema at every collection boundary plus a Service Provider that hands every job a validator.
- Learning speed went up. So did the shape of failure. A Traefik router collision took down prod because two compose files were copies of each other. The bug I'd never have written by hand is exactly the kind of bug an AI loop produces when you skim.
- The dev skill stack is repricing in real time. Hand-coding and framework recall are commodities. System architecture, eval-driven dev, and agent orchestration are the new bar: the boundaries the model never volunteers.
Typing was never the bottleneck. Asking the right question always was. Vibe coding just made the bill itemized.
#What's next
The pivot is from breadth to trust: per-server health from commit activity and install success, protocol-conformance probes, signed install metadata, a freshness feed of newly-published servers that pass the gate on day one. The catalog is one piece of a bigger arc. A directory is the front door of running agents in production. mcpxhub.io is the discovery layer for a control plane I'm building around it.
Related: mcpxhub.io — the catalog this article is about · @vreshch on GitHub.