Skip to content
Cursor

hello mcp registry for Cursor

io.github.jonathanhefner/hello-mcp-registry

A simple MCP server.

client:Cursor transport:stdio runtime:npm

Install hello mcp registry in Cursor

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

{
  "mcpServers": {
    "hello-mcp-registry": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@jonathanhefner/hello-mcp-registry"
      ]
    }
  }
}

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

hello mcp registry in other clients