Skip to content
Cursor

content registry mcp for Cursor

io.github.csoai-org/content-registry-mcp

Content Registry MCP Server by MEOK AI Labs

client:Cursor transport:stdio runtime:pypi

Install content registry mcp in Cursor

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

{
  "mcpServers": {
    "content-registry-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "content-registry-mcp"
      ]
    }
  }
}

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

content registry mcp in other clients