← Back to Plugins
MCP Server MCP

Imperal MCP

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

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

Verified source

Install

uvx imperal-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "imperal-mcp",
      "version": "0.2.3",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Override the Imperal API base URL (default: https://auth.imperal.io). Leave unset for production.",
          "name": "IMPERAL_API_URL"
        },
        {
          "description": "Optional service token for CI or headless environments. When set, skips browser login. Obtain from panel.imperal.io → Developer → Access tokens.",
          "isSecret": true,
          "name": "IMPERAL_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...