mcp-config
Installation
SKILL.md
MCP Configuration Management
Overview
This skill helps you properly configure MCP servers in Claude Code. It ensures MCP servers are configured in the right location and scope to avoid unnecessary context pollution across all sessions.
Critical Concepts
Two Valid Configuration Locations
ONLY these two locations are valid for MCP configuration:
-
User/Local scope:
~/.claude.json- In the
mcpServersfield (global for all projects) - Or under specific project paths (project-specific in user config)
- In the
-
Project scope:
.mcp.jsonin your project root- Checked into source control
- Only affects the current project