Skip to content
Cursor

Almega for Cursor

io.github.almega-ai/almega-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Almega in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "almega-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "almega-mcp"
      ],
      "env": {
        "ALMEGA_BACKEND": "<ALMEGA_BACKEND>",
        "STRIPE_SECRET_KEY": "<STRIPE_SECRET_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Almega in other clients