Skip to content
Cursor

mcp launcher for Cursor

io.github.oneprofile-dev/mcp-launcher

Single MCP hub: discover, add, audit, and govern MCP servers across every AI client.

client:Cursor transport:stdio runtime:npm

Install mcp launcher in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-launcher": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "curatedmcp"
      ],
      "env": {
        "CURATOR_API_URL": "<CURATOR_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp launcher in other clients