Skip to content
Cursor

Imperal MCP for Cursor

io.github.imperalcloud/imperal-mcp

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

client:Cursor transport:stdio runtime:pypi

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

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

Imperal MCP in other clients