Skip to content
Cursor

orion for Cursor

io.github.goplasmatic/orion

Build and operate declarative REST/Kafka services on Orion: 58 tools over the full admin API.

client:Cursor transport:stdio runtime:oci

Install orion 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": {
    "orion": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/goplasmatic/orion-cli:1.1.0"
      ],
      "env": {
        "ORION_SERVER_URL": "<ORION_SERVER_URL>",
        "ORION_API_KEY": "<ORION_API_KEY>"
      }
    }
  }
}

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

orion in other clients