Almega for Zed
io.github.almega-ai/almega-mcp
The immutable delegation frame for AI agents: gate any sensitive action, human-in-the-loop.
client:Zed
transport:stdio
runtime:pypi
Install Almega in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"almega-mcp": {
"command": "uvx",
"args": [
"almega-mcp"
],
"env": {
"ALMEGA_BACKEND": "<ALMEGA_BACKEND>",
"STRIPE_SECRET_KEY": "<STRIPE_SECRET_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs