Catalog
io.github.almega-ai/almega-mcp
OfficialAlmega
The immutable delegation frame for AI agents: gate any sensitive action, human-in-the-loop.
Gate sensitive AI agent actions with immutable delegation and human-in-the-loop approval.
README not available yet.
Install
Configuration
Environment variables
ALMEGA_BACKENDdefault memoryStorage backend: 'memory' (default, zero-config) or 'stripe' (real Stripe Issuing test-mode virtual cards, no real money).
STRIPE_SECRET_KEYsecretStripe TEST secret key (sk_test_...). Required only when ALMEGA_BACKEND=stripe. Almega refuses live keys.
claude_desktop_config.json
{
"mcpServers": {
"almega-mcp": {
"command": "uvx",
"args": [
"almega-mcp"
],
"env": {
"ALMEGA_BACKEND": "memory",
"STRIPE_SECRET_KEY": "<YOUR_STRIPE_SECRET_KEY>"
}
}
}
}