mcpbeat Sign in

Almega MCP Server

by almega-ai Your server? Claim it
local only

Almega runs on your own machine — the client starts it, so there is no endpoint to ping. 75 installs a week from pypi.

The immutable delegation frame for AI agents: gate any sensitive action, human-in-the-loop.

Installs per day peak 30 · avg 14 · +4% w/w
a month agotoday
75
Installs / week
pypi · almega-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Almega 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 almega-mcp -- uvx almega-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "almega-mcp": {
      "args": [
        "almega-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.almega-mcp]
command = "uvx"
args = ["almega-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "almega-mcp": {
      "args": [
        "almega-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "almega-mcp": {
      "args": [
        "almega-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ALMEGA_BACKEND (Storage backend: 'memory' (default, zero-config) or 'stripe' (real Stripe Issuing test-mode virtual cards, no real money).), STRIPE_SECRET_KEY (Stripe TEST secret key (sk_test_...). Required only when ALMEGA_BACKEND=stripe. Almega refuses live keys.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Almega

same job, measured the same way
Vantagate MCP Server
by aderix

VantaGate MCP Server & OpenAPI integration - Human-in-the-Loop for AI Agents

67 installs/wk local only
AgentGate
by agentkitai

Human-in-the-loop approval gateway for AI agents over MCP: request, decide, approve.

31 installs/wk local only
MeatSpace
by zmarten

Human-in-the-loop for AI agents. Submit choices, get a human decision.

3 tools answering
Impri
by sekera-radim

Impri MCP server — human-in-the-loop approval inbox for AI agents

37 installs/wk local only
Whatsapp MCP
by meharajm

WhatsApp MCP Server - Human-in-the-loop for AI agents via WhatsApp

68 installs/wk local only
N
Glyt
by glyt

Human-in-the-loop approval for agent actions, with verifiable action-bound receipts.

6 tools answering
Vessel Browser
by unmodeled-tyler

AI-native browser runtime for autonomous agents with human-in-the-loop supervision

242 installs/wk local only
Letsclarify MCP
by heisee

Human-in-the-Loop API: AI agents create forms, share URLs with humans, get JSON back.

23 installs/wk local only

Almega — questions

Answers built from our own checks of this server.

Why is there no uptime for Almega?
Almega 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 almega-mcp was installed 75 times last week.
How do I connect Almega?
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 almega-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Almega?
The pypi package almega-mcp was installed 75 times in the last week. Week over week that is +4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.