Home › Other › Orion

Orion

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

Rust
★ 10 stars Last pushed 2026-09-23 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/goplasmatic/orion-cli:1.1.0

Or add to your MCP client config:

{
  "mcpServers": {
    "orion": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/goplasmatic/orion-cli:1.1.0"
      ],
      "env": {
        "ORION_SERVER_URL": "<YOUR_VALUE>",
        "ORION_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • ORION_SERVER_URL required — URL of the Orion server to manage (e.g. http://localhost:8080)
  • ORION_API_KEY secret — API key, if the Orion server has admin authentication enabled

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry