Skip to content
Windsurf

alphakey mcp server for Windsurf

io.github.seyoung230/alphakey-mcp-server

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

client:Windsurf transport:stdio runtime:pypi

Install alphakey mcp server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

alphakey mcp server in other clients