[FEATURE] store global/user mcp config in a git-friendly file
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
As I imagine many do, I store my CC configurations in a config/dotfiles folder which I version in git. This works great, for the most part, sharing the same setup across machines. For MCPs however, there seems to be no great way of doing this.
As #6888 points out, storage locations are inconsistent. But specifically for versioning, storing global configurations in .claude.json is a concern as this is not a file I'd want shared across machines.
Can we get globally scoped MCP configurations in settings.json or some other slim file?
Proposed Solution
Store global MCP configurations in settings.json or allow for a similar file like .mcp.json at config home.
Alternative Solutions
_No response_
Priority
Medium - Would be very helpful
Feature Category
Configuration and settings
Use Case Example
_No response_
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗