Skip to content
Zed

Gateco for Zed

ai.gateco/gateco

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

client:Zed transport:stdio runtime:pypi

Install Gateco in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "gateco": {
      "command": "uvx",
      "args": [
        "gateco"
      ],
      "env": {
        "GATECO_API_KEY": "<GATECO_API_KEY>",
        "GATECO_BASE_URL": "<GATECO_BASE_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Gateco in other clients