mcpbeat Sign in

Alphakey MCP Server

by seyoung230 Your server? Claim it
local only

Alphakey MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping.

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

Installs / week
pypi · alphakey-mcp-server
Stars
on GitHub
Last commit
no recent releases
License
language unknown

Nothing serious here today

Today is the operative word: we check Alphakey MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add alphakey-mcp-server -- uvx alphakey-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "alphakey-mcp-server": {
      "args": [
        "alphakey-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.alphakey-mcp-server]
command = "uvx"
args = ["alphakey-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "alphakey-mcp-server": {
      "args": [
        "alphakey-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "alphakey-mcp-server": {
      "args": [
        "alphakey-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ALPHAKEY_BASE_URL (AlphaKey tenant URL (e.g. https://company.alphakey.kr)), ALPHAKEY_TOKEN (AlphaKey OpenAPI authentication token). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Alphakey MCP Server

same job, measured the same way
HOL Guard
by hashgraph-online

Local-first AI agent security evidence and approval workflows through HOL Guard's stdio MCP server.

90 145 installs/wk local only
Mythos Agent
by mythos-agent

Open-source AI security agent: SAST, DAST, and policy-as-code over MCP.

68 installs/wk local only
Wisp MCP
by breezedelegate

Wisp Panel MCP server for secure game server management through the Wisp Client API.

local only
Aguara MCP
by garagon

Security scanner for AI agent skills and MCP servers

local only
SpamTitan
by wyre-technology

MCP server for SpamTitan email security — quarantine, allow/block lists, and policy management.

local only
SpamTitan
by wyre-ai

MCP server for SpamTitan email security — quarantine, allow/block lists, and policy management.

local only
I
Mcpsentry
by roshan6335

Security scanner and runtime proxy for MCP servers.

59 installs/wk local only
MCPower Security Proxy
by ai-mcpower

Security proxy that wraps MCP servers with real-time monitoring and policy enforcement

301 installs/wk local only

Alphakey MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Alphakey MCP Server?
Alphakey MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package alphakey-mcp-server.
How do I connect Alphakey MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls alphakey-mcp-server straight from pypi; nothing to host, nothing to sign up for.