Loading MCP server directory, please wait...
AlphaKey IDaaS MCP Server — Manage SSO, MFA, users, apps, and security policies through AI IDE
npx @getmcp/cli add io.github.seyoung230/alphakey-mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
ALPHAKEY_BASE_URLAlphaKey tenant URL (e.g. https://company.alphakey.kr)
ALPHAKEY_TOKENAlphaKey OpenAPI authentication token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.seyoung230/alphakey-mcp-server": {
"command": "uvx",
"args": [
"alphakey-mcp-server"
],
"env": {
"ALPHAKEY_BASE_URL": "",
"ALPHAKEY_TOKEN": ""
}
}
}
}