Back to Home
gsong icon

ccmcp

Verified Safe

by gsong

Overview

A CLI tool that intelligently discovers, validates, and selects MCP (Model Context Protocol) server configurations for Claude Code, providing both a TUI and text-based interface.

Installation

Run Command
npx @gsong/ccmcp

Security Notes

The tool appears to follow good security practices for a CLI application. It uses Zod for comprehensive schema validation of MCP configuration files, which is a strong defense against malformed or malicious config data. Command-line arguments for launching the external 'claude' executable are properly escaped using the 'shell-quote' library to prevent command injection. Cache files are stored in standard OS-specific cache directories and hashed keys are used. The primary security considerations would stem from the trustworthiness of the 'claude' binary itself and the content of the MCP configuration files, which are external to the ccmcp tool's core logic.

Similar Servers

Stats

Interest Score44
Security Score8
Cost ClassLow
Stars24
Forks6
Last Update2026-01-19

Tags

CLIMCPSelectorNode.jsTypeScript