Main
To make MCP configs maintainable:
- Treat your MCP server list like dependencies—keep a minimal set and update deliberately.
- Use the marketplace flow to add a server once, then sync to multiple clients instead of copy/paste JSON.
- Keep environment-specific values (tokens, DB URLs) as per-client secrets, even if the “shape” of config is shared.
This approach reduces drift: your Cursor config and your Claude Code config stop diverging over time.
FAQ
Q: Does it require an LLM to add servers? A: The README says no LLM calls are required for adding/syncing server configs.
Q: Which clients are supported? A: The README lists Claude Desktop/Code, Cursor, VS Code, Cline, Windsurf, Codex, Roo Code, and more.
Q: Is there cloud sync? A: Yes, optional encrypted cloud sync is listed as a Pro feature in the README.