Skip to content

alphakey mcp server for Zed

io.github.seyoung230/alphakey-mcp-server

AlphaKey IDaaS MCP Server — Manage SSO, MFA, users, apps, and security policies through AI IDE

client:Zed transport:stdio runtime:pypi

Install alphakey mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "alphakey-mcp-server": {
      "command": "uvx",
      "args": [
        "alphakey-mcp-server"
      ],
      "env": {
        "ALPHAKEY_BASE_URL": "<ALPHAKEY_BASE_URL>",
        "ALPHAKEY_TOKEN": "<ALPHAKEY_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

alphakey mcp server in other clients