MCP Registry

The official MCP registry was announced on September 8th, 2025.

This project aims to showcase what exists in that registry.

Uses

  • Val.Town & Deno
  • Hono server
  • Official MCP Registry API
  • Webawesome components and icons

Quick Start

Hosted Version

This project is available on Val.Town and can be accessed at: https://cameronpak-mcp-registry.web.val.run

API Proxy

This server acts as a proxy for the official MCP Registry API, allowing you to access registry endpoints through this server. All requests are forwarded to https://registry.modelcontextprotocol.io.

  • GET /v0/servers - List Servers
  • GET /v0/servers/{id} - Get Server
  • POST /v0/publish - Publish Server
  • GET /v0/health - Health check
  • GET /v0/ping - Ping the registry
  • GET /docs - Redirect to official API documentation