← Back to Plugins
MCP Server MCP

Almega

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

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

Verified source

Install

uvx almega-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "almega-mcp",
      "version": "0.2.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Storage backend: 'memory' (default, zero-config) or 'stripe' (real Stripe Issuing test-mode virtual cards, no real money).",
          "default": "memory",
          "name": "ALMEGA_BACKEND"
        },
        {
          "description": "Stripe TEST secret key (sk_test_...). Required only when ALMEGA_BACKEND=stripe. Almega refuses live keys.",
          "isSecret": true,
          "name": "STRIPE_SECRET_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...