← Back to Plugins
MCP Server MCP

io.github.GoPlasmatic/orion

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...