MCP Server
MCP
io.github.GoPlasmatic/orion
Build and operate declarative REST/Kafka services on Orion: 58 tools over the full admin API.
Install
oci:ghcr.io/goplasmatic/orion-cli:1.1.0
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/goplasmatic/orion-cli:1.1.0",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "mcp",
"type": "positional"
},
{
"value": "serve",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "URL of the Orion server to manage (e.g. http://localhost:8080)",
"isRequired": true,
"format": "string",
"name": "ORION_SERVER_URL"
},
{
"description": "API key, if the Orion server has admin authentication enabled",
"format": "string",
"isSecret": true,
"name": "ORION_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment