Skip to content
SYS.DOCS // DOCS

Connect Claude to Edka

Connect Claude to your Edka organization and ask it about your infrastructure directly: which clusters are running, what changed in a deployment, why a notification fired. The connection is read-only.

Once connected, Claude can look up:

  • Organization details
  • Clusters and their status
  • Apps and add-ons
  • Deployments
  • Databases
  • Notifications

Claude sees what your Edka role sees, scoped to one organization. Secret values are never exposed.

  1. In claude.ai, go to Settings > Connectors
  2. Click Add custom connector
  3. Enter https://api.edka.io/mcp/platform and click Add
  4. Sign in with your Edka account when prompted
  5. Review the requested access and click Approve

In a chat, enable the Edka connector from the tools menu, then ask away.

Add the server:

Terminal window
claude mcp add --transport http edka https://api.edka.io/mcp/platform

In a Claude Code session, run /mcp, select edka, and complete the sign-in in your browser.

Other MCP clients that support Streamable HTTP with OAuth work the same way with the URL above.

The connection is bound to the organization that is active when you approve access. To connect a different organization, make it active in the Edka console, then add the connector again.

Remove the connector in claude.ai under Settings > Connectors, or in Claude Code with claude mcp remove edka. Access tokens are short-lived and expire on their own.