What is the Almega MCP server?
The immutable delegation frame for AI agents: gate any sensitive action, human-in-the-loop.
How to install Almega
Copy-paste configuration for popular MCP clients.
ALMEGA_BACKENDStorage 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.
{
"mcpServers": {
"almega-mcp": {
"command": "uvx",
"args": [
"almega-mcp"
],
"env": {
"ALMEGA_BACKEND": "<YOUR_ALMEGA_BACKEND>",
"STRIPE_SECRET_KEY": "<YOUR_STRIPE_SECRET_KEY>"
}
}
}
}{
"mcpServers": {
"almega-mcp": {
"command": "uvx",
"args": [
"almega-mcp"
],
"env": {
"ALMEGA_BACKEND": "<YOUR_ALMEGA_BACKEND>",
"STRIPE_SECRET_KEY": "<YOUR_STRIPE_SECRET_KEY>"
}
}
}
}{
"mcpServers": {
"almega-mcp": {
"command": "uvx",
"args": [
"almega-mcp"
],
"env": {
"ALMEGA_BACKEND": "<YOUR_ALMEGA_BACKEND>",
"STRIPE_SECRET_KEY": "<YOUR_STRIPE_SECRET_KEY>"
}
}
}
}{
"servers": {
"almega-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"almega-mcp"
],
"env": {
"ALMEGA_BACKEND": "<YOUR_ALMEGA_BACKEND>",
"STRIPE_SECRET_KEY": "<YOUR_STRIPE_SECRET_KEY>"
}
}
}
}claude mcp add almega-mcp --env ALMEGA_BACKEND=<YOUR_ALMEGA_BACKEND> --env STRIPE_SECRET_KEY=<YOUR_STRIPE_SECRET_KEY> -- uvx almega-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.