Almega for Grok
io.github.almega-ai/almega-mcp
The immutable delegation frame for AI agents: gate any sensitive action, human-in-the-loop.
client:Grok
transport:stdio
runtime:pypi
Install Almega in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"almega-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"almega-mcp"
],
"env": {
"ALMEGA_BACKEND": "<ALMEGA_BACKEND>",
"STRIPE_SECRET_KEY": "<STRIPE_SECRET_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs