Munim

One MCP server holding a live session with every client's account at once.

A coding agent can be logged in to one Cloudflare account. One Vercel. One Resend. Connect a second client and the first goes away. So the person looking after a dozen small businesses runs a dozen agent sessions, and none of them can answer a question about more than one client.

Munim holds them all. Each client gets its own registration with the provider, its own token and its own namespace in the tool list, so one agent can read across every client and write inside the one you named.

uv tool install munim
claude mcp add munim -- munim-mcp
munim connect cloudflare

Then, in your coding agent: which of my clients has a domain expiring this quarter?

Where your credentials live

In ~/.munim/credentials.json on your machine, readable only by you. Munim is a local program: there is no Munim server, no account to create, and nothing is sent to its authors. Eleven providers are supported and most need no setup at all, because they issue a client on demand.

Open source

MIT licensed, and the reasoning behind every design decision is written down, including the ones that were wrong first time.