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
{
"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