Loading MCP server directory, please wait...
Authorization answers from real policy code: evaluate Rego locally, or ask an AuthZEN 1.0 PDP.
npx @getmcp/cli add io.github.kanywst/mcp-opa-authzRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.kanywst/mcp-opa-authz": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"AUTHZEN_PDP_URL",
"-e",
"AUTHZEN_PDP_TOKEN",
"-e",
"AUTHZEN_PDP_TIMEOUT",
"-e",
"MCP_OPA_EVAL_TIMEOUT",
"-e",
"MCP_OPA_ALLOW_NETWORK_BUILTINS",
"ghcr.io/kanywst/mcp-opa-authz:0.2.1"
],
"env": {
"AUTHZEN_PDP_URL": "",
"AUTHZEN_PDP_TOKEN": "",
"AUTHZEN_PDP_TIMEOUT": "",
"MCP_OPA_EVAL_TIMEOUT": "",
"MCP_OPA_ALLOW_NETWORK_BUILTINS": ""
}
}
}
}