CuratedMCP
v2.1 — listed in the official MCP registry

One MCP endpoint for every AI client.

The Hub governs your machine. Add it to Claude, Cursor, Windsurf, Copilot, or Gemini once — it runs your whole server stack, risk-checks every server against the catalog, and can put a policy guard in front of any tool call.

Works with Claude, Cursor, Windsurf, Copilot, Gemini · Open source · MIT · No signup required

How it fits together

One hub. Every connection.

The Hub sits between your AI client and the MCP servers you use. You add servers once, and they show up everywhere.

Live architecture

Claude

Cursor

Windsurf

Copilot

Gemini

Local MCP hub

curatedmcp hub

Discover

Run

Audit

Govern

Every tool call checked

GitHub

Postgres

Stripe

Notion

Slack

Configure servers once.Use them from every AI client.

Get started in 30 seconds

Three steps. Done forever.

1

Add the Hub to your AI client

One block in your MCP config:

{
  "mcpServers": {
    "curatedmcp": {
      "command": "npx",
      "args": [
        "-y",
        "curatedmcp"
      ]
    }
  }
}
2

Add servers to your stack

Interactive — the Hub prompts for tokens:

$ npx curatedmcp add github
$ npx curatedmcp add postgres
$ npx curatedmcp list
3

Restart your AI client

Tools appear automatically as slug__tool:

  • github__create_issue
  • postgres__query
  • stripe__create_payment

Drop the config block into…

Same JSON works with every MCP-compatible client.

Claude Desktop~/Library/Application Support/Claude/claude_desktop_config.json
Cursor~/.cursor/mcp.json
Windsurf~/.codeium/windsurf/mcp_config.json
Claude Code~/.claude/mcp.json
Copilot / Gemini / OpenAI AgentsSame MCP config block

Why a hub

Built for the way developers actually use AI tools.

One config, every client

No more copy-pasting MCP blocks into Claude, Cursor, Windsurf one by one. Add the Hub once. Every server you register is available in all of them.

Switch clients without re-config

Move from Claude to Cursor to Windsurf without losing your tools. Your stack lives in ~/.curatedmcp/stack.json — portable, hand-editable, version-controllable.

Curated & security-reviewed

Every server in the catalog is human-reviewed before you can add it. No shadow MCP. No random GitHub repos. Security-reviewed before you trust it with credentials.

Your stack, your machine

Plain JSON. Owned by you.

No cloud sync. No accounts. After you add a few servers, here's what your stack file looks like:

~/.curatedmcp/stack.json
{
  "version": 1,
  "entries": [
    {
      "slug": "github",
      "name": "GitHub",
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": { "GITHUB_TOKEN": "ghp_xxxxxxxxxxxx" },
      "addedAt": "2026-05-01T10:14:00.000Z"
    },
    {
      "slug": "postgres",
      "name": "Postgres",
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-postgres", "$DATABASE_URL"],
      "addedAt": "2026-05-01T10:18:00.000Z"
    },
    {
      "slug": "filesystem",
      "name": "Filesystem",
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "/Users/you/projects"],
      "addedAt": "2026-05-01T10:22:00.000Z"
    }
  ]
}

Built for the whole ecosystem

Whoever you are, the Hub meets you there.

For developers

Stop reconfiguring. Add the Hub to your AI client once, then `add` any server to your stack. Audit for risks, guard with a policy firewall, restart — tools are there.

Get the Hub

For server authors

Get distribution. List your server in the CuratedMCP catalog and reach every developer using Claude, Cursor, Windsurf, Copilot, or Gemini through the Hub.

Publish a server

For AI clients

Embed the CuratedMCP Hub and inherit the entire MCP ecosystem. Your users get instant access to every catalog server with zero per-tool maintenance.

Talk to us

The Hub governs your machine. The Control Plane governs your fleet.

Everything the Hub sees on one laptop, aggregated across every laptop your team runs: fleet-wide inventory, an org allowlist, and a full audit trail — self-serve from $29/seat, or a deployed-for-you 60-day pilot.

Stay in the loop

Get the install command + Control Plane invite when it ships.

The Hub itself is open source and free forever. The Control Plane — org-wide allowlist, per-tool-call audit, SSO — ships to design partners first. Drop your email to get in.

Notify me

One email per release. No spam.

One install. Every AI client. Every server.

Add the CuratedMCP Hub to your AI client and start composing your MCP stack. Open source, MIT-licensed, and runs entirely on your machine.