ccmcp

gsong/ccmcp
★ 25 stars TypeScript Code/Dev Tools Updated today
A CLI tool that intelligently discovers, validates, and selects MCP (Model Context Protocol) server configurations for Claude Code.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ccmcp": {
      "command": "npx",
      "args": [
        "-y",
        "gsong/ccmcp"
      ]
    }
  }
}

README Excerpt

A CLI tool that intelligently discovers, validates, and selects MCP (Model Context Protocol) server configurations for Claude Code. Ever have multiple MCP server configs but only want to use specific ones for different tasks? This tool: - 🔍 **Discovers** all MCP configurations in your config directory