orion
About
Build and operate declarative REST/Kafka services on Orion: 46 tools over the full admin API.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ORION_SERVER_URL ORION_API_KEYClaude Code
claude mcp add --env ORION_SERVER_URL= --env ORION_API_KEY= orion -- docker ghcr.io/goplasmatic/orion-cli:0.2.1
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"orion","command":"docker","args":["ghcr.io/goplasmatic/orion-cli:0.2.1"],"env":{"ORION_SERVER_URL":"","ORION_API_KEY":""}}'
JSON
{
"mcpServers": {
"orion": {
"command": "docker",
"args": [
"ghcr.io/goplasmatic/orion-cli:0.2.1"
],
"env": {
"ORION_SERVER_URL": "",
"ORION_API_KEY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.