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