Imperal MCP for Windsurf
io.github.imperalcloud/imperal-mcp
Build, validate, smoke-test & deploy Imperal declarative IR apps from any LLM or agent.
client:Windsurf
transport:stdio
runtime:pypi
Install Imperal MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"imperal-mcp": {
"command": "uvx",
"args": [
"imperal-mcp"
],
"env": {
"IMPERAL_API_URL": "<IMPERAL_API_URL>",
"IMPERAL_TOKEN": "<IMPERAL_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs