Serversio.github.OrygnsCode/opa-mcp
M

OPA MCP

io.github.OrygnsCode/opa-mcp · v0.1.1
▦ npm
v0.1.1npm npm: @orygn/opa-mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.OrygnsCode/opa-mcp",
  "description": "Author, validate, debug, and explain OPA Rego policies through any MCP-compatible client.",
  "title": "OPA MCP",
  "repository": {
    "url": "https://github.com/OrygnsCode/opa-mcp-server",
    "source": "github"
  },
  "version": "0.1.1",
  "websiteUrl": "https://orygn.tech",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@orygn/opa-mcp",
      "version": "0.1.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of a running OPA server. Required only for opa_* runtime tools, not for rego_* language tools.",
          "default": "http://localhost:8181",
          "name": "OPA_URL"
        },
        {
          "description": "Bearer token for OPA running with --authentication=token.",
          "isSecret": true,
          "name": "OPA_TOKEN"
        },
        {
          "description": "Path to the opa binary. Defaults to 'opa' on PATH.",
          "default": "opa",
          "name": "OPA_BINARY"
        },
        {
          "description": "Path to the regal binary (optional, used by rego_lint). Defaults to 'regal' on PATH.",
          "default": "regal",
          "name": "REGAL_BINARY"
        },
        {
          "description": "Comma-separated list of root directories tools may read/write. When unset, file-based tools refuse to access the disk.",
          "name": "OPA_MCP_ALLOWED_PATHS"
        }
      ]
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "tool": "manual",
      "version": "0.1.1"
    },
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}