Almega for Windsurf
io.github.almega-ai/almega-mcp
The immutable delegation frame for AI agents: gate any sensitive action, human-in-the-loop.
client:Windsurf
transport:stdio
runtime:pypi
Install Almega in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"almega-mcp": {
"command": "uvx",
"args": [
"almega-mcp"
],
"env": {
"ALMEGA_BACKEND": "<ALMEGA_BACKEND>",
"STRIPE_SECRET_KEY": "<STRIPE_SECRET_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs