Skip to content
Cursor

Gateco for Cursor

ai.gateco/gateco

Permission-aware retrieval for AI systems: policy-enforced access to organizational knowledge.

client:Cursor transport:stdio runtime:pypi

Install Gateco 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": {
    "gateco": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "gateco"
      ],
      "env": {
        "GATECO_API_KEY": "<GATECO_API_KEY>",
        "GATECO_BASE_URL": "<GATECO_BASE_URL>"
      }
    }
  }
}

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

Gateco in other clients