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.
What Claude can see
Section titled “What Claude can see”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.
Connect from claude.ai
Section titled “Connect from claude.ai”- In claude.ai, go to Settings > Connectors
- Click Add custom connector
- Enter
https://api.edka.io/mcp/platformand click Add - Sign in with your Edka account when prompted
- Review the requested access and click Approve
In a chat, enable the Edka connector from the tools menu, then ask away.
Connect from Claude Code
Section titled “Connect from Claude Code”Add the server:
claude mcp add --transport http edka https://api.edka.io/mcp/platformIn 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.
Organization scope
Section titled “Organization scope”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.
Removing access
Section titled “Removing access”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.