openai-athenz-client-gateway

athenz-community/openai-athenz-client-gateway
★ 0 stars Unknown language 🤖 AI/LLM Updated today
Client-based gateway to securely access Athenz protected MCP servers and its API servers running behind for Open AI
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "openai-athenz-client": {
      "command": "npx",
      "args": [
        "-y",
        "athenz-community/openai-athenz-client-gateway"
      ]
    }
  }
}

README Excerpt

```sh git clone [email protected]:athenz-community/openai-athenz-client-gateway.git ai_client_gateway make -C ai_client_gateway local ``` Name: `ai_client_gateway` OpenAPI Gateway that allows AI agents to securely access Athenz-protected Kubernetes Documentation APIs. It transparently handles Keycloak authentication and Athenz token (ID-JAG, AT) exchanges internally. AI agents can use these tools directly without needing to manage complex authorization states or tokens.