ccmcp
Verified Safeby gsong
Overview
CLI tool to intelligently discover, validate, and select MCP server configurations for Claude Code before launching it.
Installation
npx @gsong/ccmcpEnvironment Variables
- CCMCP_CONFIG_DIR
Security Notes
The server's core functionality involves local file system interaction and launching an external executable ('claude'). It utilizes `shell-quote` for proper argument escaping when spawning child processes, which is crucial for preventing command injection vulnerabilities. `execSync` is used for internal git commands, which is low risk in this context. No hardcoded secrets, 'eval', or code obfuscation were found. The primary security considerations depend on the 'claude' executable it launches and the user-defined MCP configurations, not the ccmcp tool itself.
Similar Servers
claude-code-subagents-collection
Provides a command-line interface to browse, install, manage, and verify Claude Code subagents, commands, and external MCP (Model Context Protocol) servers, facilitating local and project-level configuration for development workflows.
claude-code-mcp
Provides an MCP server to allow LLMs to directly invoke Claude Code CLI for complex coding, file system, and Git operations, bypassing interactive permission prompts.
mcp-manager
A web GUI to easily manage and configure Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS, generating terminal commands for installation and setup.
mcpick
A CLI tool for dynamically managing Claude Code's MCP server configurations to optimize context usage and performance.