Loading MCP server directory, please wait...
Build and operate declarative REST/Kafka services on Orion: 58 tools over the full admin API.
npx @getmcp/cli add io.github.GoPlasmatic/orionRequires Docker Engine. Community-contributed server. Review source before installing.
ORION_SERVER_URLURL of the Orion server to manage (e.g. http://localhost:8080)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.GoPlasmatic/orion": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"ORION_SERVER_URL",
"-e",
"ORION_API_KEY",
"ghcr.io/goplasmatic/orion-cli:1.1.0",
"mcp",
"serve"
],
"env": {
"ORION_SERVER_URL": "",
"ORION_API_KEY": ""
}
}
}
}