MCP config manager: where mcpfold fits
An MCP config manager keeps your MCP servers in one place and applies them across clients. mcpfold is a local-first, open-source config manager — one config folded out to every client, with per-server tool curation and secret references — as distinct from hosted MCP gateways that run servers for a team.
| By hand | Hosted MCP gateway | mcpfold | |
|---|---|---|---|
| Runs where | In each client’s file | On a hosted server | Locally, as a CLI |
| One source for many clients | No | Varies by tool | Yes — folds to each client’s native format |
| Team RBAC / org audit | No | Yes — their focus | Not a goal — local-first |
| Hosted / managed servers | No | Yes — their focus | No — you run your own |
| Secret handling | Pasted into files | Stored by the service | References resolved locally; values never synced |
| Per-server tool curation | Manual | Varies by tool | Allow / deny lists |
| Open source | n/a | Varies by tool | Yes — MIT, free CLI |
| Best for | A single client | Teams wanting a managed gateway | Anyone using multiple clients locally |
Hosted MCP gateways — for example Composio or MintMCP — run MCP servers for a team and add server-side features such as role-based access control and organization audit logs. That is a different job from mcpfold’s, and for teams that want a managed, multi-tenant gateway those tools fit better.
mcpfold stays local-first by design: it manages MCP configuration on your machine and folds it out to your own clients, with tool curation and secret references. It is not a hosted gateway and does not aim to be — no hosted servers, no server-side access control.
If you want one honest source of truth for your own MCP config across every client you use, that is what mcpfold is for. If you want a hosted gateway that runs servers for an organization, a tool built for that will serve you better — the two are complementary, not competitors.
Related
mcpfold is an independent, open-source project and is not affiliated with or endorsed by the MCP project or any other tool named here. Comparisons describe categories factually.