Feature Request: Per-project toggle for claude.ai connectors #249
hausundenergie
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently CCTM manages local MCPs per-project really well, but claude.ai connectors are invisible to the app. They show up in Claude Code via
/mcpbut there's no way to enable/disable them per-project through CCTM.Claude Code already supports this via the
disabledMcpServersarray in~/.claude.json— for example:The ask: Show claude.ai connectors in the project view alongside local MCPs, with toggles that write to
disabledMcpServers. This would let users:/mcpin the terminalSince CCTM already reads and writes the rest of the project config in
~/.claude.json, this should be a relatively small addition. The connectors could be shown in a separate "Cloud Connectors" section or just listed alongside local MCPs with a badge to distinguish them.I know it would be possible to manage all mcp servers over cctm but the problem with that is, if you ever want to use the desktop app for anything you simply have no mcps.
Beta Was this translation helpful? Give feedback.
All reactions