Skip to content
Zed

Imperal MCP for Zed

io.github.imperalcloud/imperal-mcp

Build, validate, smoke-test & deploy Imperal declarative IR apps from any LLM or agent.

client:Zed transport:stdio runtime:pypi

Install Imperal MCP 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": {
    "imperal-mcp": {
      "command": "uvx",
      "args": [
        "imperal-mcp"
      ],
      "env": {
        "IMPERAL_API_URL": "<IMPERAL_API_URL>",
        "IMPERAL_TOKEN": "<IMPERAL_TOKEN>"
      }
    }
  }
}

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

Imperal MCP in other clients