← Back to browse

Almega

Indexed by io.github.almega-ai

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsALMEGA_BACKEND STRIPE_SECRET_KEY
Claude Code
claude mcp add --env ALMEGA_BACKEND= --env STRIPE_SECRET_KEY= almega-mcp -- uvx almega-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"almega-mcp","command":"uvx","args":["almega-mcp"],"env":{"ALMEGA_BACKEND":"","STRIPE_SECRET_KEY":""}}'
JSON
{
  "mcpServers": {
    "almega-mcp": {
      "command": "uvx",
      "args": [
        "almega-mcp"
      ],
      "env": {
        "ALMEGA_BACKEND": "",
        "STRIPE_SECRET_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.