MCP Registry Demo

This is a demonstration of the MCP (Model Context Protocol) registry v0.1 API for GitHub Copilot.

API Endpoints

This registry implements the v0.1 specification with the following endpoints:

List All Servers

GET /v0.1/servers

Returns a paginated list of all MCP servers in the registry.

Try it

Get Latest Server Version

GET /v0.1/servers/:serverName/versions/latest

Returns the latest version of a specific server.

Example: GitHub MCP Server

Get Specific Server Version

GET /v0.1/servers/:serverName/versions/:version

Returns a specific version of a server.

Example: GitHub MCP Server v1.0.0

Usage

To use this registry with GitHub Copilot, configure your organization or enterprise settings to point to:

https://rajbos.github.io/mcp-registry-demo/

CORS Support

All API endpoints support CORS with the following headers: