Orion CLI
Rank #1,785io.github.GoPlasmatic/orion
Build and operate declarative REST/Kafka services on Orion: 58 tools over the full admin API.
Orion CLI is a Model Context Protocol (MCP) server published by GoPlasmatic. It ranks #1,785 of 132,113 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. Orion CLI is listed on Official MCP, with 4 tracked versions. It was first listed on Apr 11, 2026 and most recently updated on Aug 21, 2026.
Ranks ahead of 130,328 of 132,113 servers on MCP Toplist.
Use Orion CLI
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add orion -e "ORION_SERVER_URL=<your ORION_SERVER_URL>" -e "ORION_API_KEY=<your ORION_API_KEY>" -- docker run -i --rm ghcr.io/goplasmatic/orion-cli:1.1.0 mcp serveReplace each placeholder with your own value before saving.
[mcp_servers.orion]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/goplasmatic/orion-cli:1.1.0", "mcp", "serve"]
[mcp_servers.orion.env]
ORION_SERVER_URL = "<your ORION_SERVER_URL>"
ORION_API_KEY = "<your ORION_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"orion": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/goplasmatic/orion-cli:1.1.0",
"mcp",
"serve"
],
"env": {
"ORION_SERVER_URL": "<your ORION_SERVER_URL>",
"ORION_API_KEY": "<your ORION_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"orion": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/goplasmatic/orion-cli:1.1.0",
"mcp",
"serve"
],
"env": {
"ORION_SERVER_URL": "<your ORION_SERVER_URL>",
"ORION_API_KEY": "<your ORION_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"orion": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/goplasmatic/orion-cli:1.1.0",
"mcp",
"serve"
],
"env": {
"ORION_SERVER_URL": "<your ORION_SERVER_URL>",
"ORION_API_KEY": "<your ORION_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"orion": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/goplasmatic/orion-cli:1.1.0",
"mcp",
"serve"
],
"env": {
"ORION_SERVER_URL": "<your ORION_SERVER_URL>",
"ORION_API_KEY": "<your ORION_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"orion": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/goplasmatic/orion-cli:1.1.0",
"mcp",
"serve"
],
"env": {
"ORION_SERVER_URL": "<your ORION_SERVER_URL>",
"ORION_API_KEY": "<your ORION_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.GoPlasmatic%2Forion)<a href="https://mcptoplist.com/server/io.github.GoPlasmatic%2Forion"><img src="https://mcptoplist.com/badge/io.github.GoPlasmatic%2Forion.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
GoPlasmatic
Available versions (4)
| Version | Published |
|---|---|
| 1.1.0 | Aug 21, 2026 |
| 1.0.0 | Aug 14, 2026 |
| 1.0.0-rc.1 | Aug 14, 2026 |
| 0.2.1 | Jul 19, 2026 |
Frequently asked questions
- Who maintains Orion CLI?
- Orion CLI is maintained by GoPlasmatic, which publishes 2 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Orion CLI listed on the Official MCP Registry?
- Yes — Orion CLI is listed on the Official MCP Registry.
- How many versions does Orion CLI have?
- MCP Toplist tracks 4 versions of Orion CLI, most recently published on Aug 21, 2026.
- Where can I find the source code for Orion CLI?
- The source code for Orion CLI is hosted at github.com/GoPlasmatic/Orion-cli.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.