Almega for Claude Desktop
io.github.almega-ai/almega-mcp
The immutable delegation frame for AI agents: gate any sensitive action, human-in-the-loop.
client:Claude Desktop
transport:stdio
runtime:pypi
Install Almega in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"almega-mcp": {
"command": "uvx",
"args": [
"almega-mcp"
],
"env": {
"ALMEGA_BACKEND": "<ALMEGA_BACKEND>",
"STRIPE_SECRET_KEY": "<STRIPE_SECRET_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs