Skip to content
Cursor

CoReason Ecosystem — Federated MCP Gateway for Cursor

io.github.coreason-ai/coreason-ecosystem

CoReason Tripartite Architecture Governance Plane. Stateless zero-trust federated MCP gateway.

client:Cursor transport:stdio runtime:pypi

Install CoReason Ecosystem — Federated MCP Gateway in Cursor

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

{
  "mcpServers": {
    "coreason-ecosystem": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "coreason-ecosystem"
      ]
    }
  }
}

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

CoReason Ecosystem — Federated MCP Gateway in other clients