MCP Registry Server

MCP interface for searching and publishing servers through the official Model Context Protocol Registry backend.

Connection specification

Remote endpoint
https://registry.run.mcp.com.ai/mcp
Browser access
Direct browser connection verified
Declared MCP transport
Streamable HTTP
Live-validated MCP transport
Streamable HTTP — Observed by the latest catalog validation
Declared authentication
No authentication
Detected authentication
No authentication detected or retained from publisher evidence
Protocol lifecycle
Stateful MCP · 2025-06-18
Category
Developer Tools

Product documentation · Source repository · Official listing documentation · Official MCP Registry record

Browse all MCP servers · Test this endpoint in the MCP Playground

Authorization setup

No app registration needed

This catalog entry does not require authorization or provider app registration.

Connect this server to your client

Claude Code setup

Run in a terminal. This user-scoped entry is available across projects.

claude mcp add --transport http --scope user 'mcp-registry' 'https://registry.run.mcp.com.ai/mcp'

No authentication is required by the catalog listing.

  • Using browser-verified endpoint: https://registry.run.mcp.com.ai/mcp

Claude Code MCP documentation

Codex CLI setup

Run in a terminal; Codex stores the entry in ~/.codex/config.toml.

codex mcp add 'mcp-registry' --url 'https://registry.run.mcp.com.ai/mcp'

No authentication is required by the catalog listing.

  • Using browser-verified endpoint: https://registry.run.mcp.com.ai/mcp

Codex MCP documentation

Cursor setup

Add to .cursor/mcp.json for this project, or ~/.cursor/mcp.json for all projects.

{
  "mcpServers": {
    "mcp-registry": {
      "url": "https://registry.run.mcp.com.ai/mcp"
    }
  }
}

No authentication is required by the catalog listing.

  • Using browser-verified endpoint: https://registry.run.mcp.com.ai/mcp

Cursor MCP documentation

VS Code setup

Add to .vscode/mcp.json, or run “MCP: Open User Configuration” for a private user-level entry.

{
  "servers": {
    "mcp-registry": {
      "type": "http",
      "url": "https://registry.run.mcp.com.ai/mcp"
    }
  }
}

No authentication is required by the catalog listing.

  • Using browser-verified endpoint: https://registry.run.mcp.com.ai/mcp

VS Code MCP documentation

Latest validation evidence

Validation status
Online when last tested
Validation checked at
Aug 18, 2026 at 1:35 PM
Validation detail
Negotiated stateful MCP 2025-06-18 at https://registry.run.mcp.com.ai/mcp; detected transport streamable-http; authentication none