Skip to content
Cursor

mcp portal for Cursor

io.github.apollion69/mcp-portal

Cursor CLI delegation for verified bulk reads and reference-driven code generation.

client:Cursor transport:stdio runtime:pypi

Install mcp portal 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-portal": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-portal"
      ],
      "env": {
        "MCP_PORTAL_HOME": "<MCP_PORTAL_HOME>",
        "MCP_PORTAL_CLI": "<MCP_PORTAL_CLI>"
      }
    }
  }
}

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

mcp portal in other clients