1. Conduid
  2. Developer Tools
  3. Ccmcp
MCP server · Developer Tools

Ccmcp

commit conventional mcp

Unclaimed MIT last commit 6 months ago other
64Good

Scored 4 months ago · breakdown

About Ccmcp

Ccmcp is an MCP server published by gsong in the Developer Tools category: commit conventional mcp. It has been installed 0 times through Conduid.

The repository has 25 stars and 7 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx ccmcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Ccmcp

Powered by Claude · Grounded in docs

I know everything about Ccmcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v1.4.0v1.4.0 · 14 Jun 2026[v1.4.0] - 2026-06-14 Bug Fixes Read bumped version from package.json in release script Improvements Decouple cache and config file extensions Extract shared constants Install zizmor via prebuilt binary instead of cargo Migrate pnpm config…
v1.3.0v1.3.0 · 7 Dec 2025[v1.3.0] - 2025-12-07 Features Add actionlint for GitHub Actions workflow linting Update minimum Node.js version to 20 and add Node.js 24 support Improvements Reorganize npm scripts for clarity Upgrade all dependencies Pin GitHub Actions…
v1.2.2v1.2.2 · 13 Nov 2025Looking at these conventional commits, they're all maintenance tasks (chore/docs) with no user-facing features or bug fixes. Here are the release notes: [v1.2.2] - 2025-11-13 Improvements Update all dependencies to latest versions Migrate…
v1.2.1v1.2.1 · 26 Oct 2025[v1.2.1] - 2025-10-26 Features Add zizmor security auditing for GitHub Actions workflows Add CI/CD pipeline for automated npm publishing Bug Fixes Replace import.meta.main with Node.js 18+ compatible detection Improvements Run CI workflow…
v1.2.0v1.2.0 · 15 Oct 2025[v1.2.0] - 2025-10-15 Bug Fixes Resolve CLI flag collisions with Claude Code passthrough Improvements Document git worktree support, TUI shortcuts, and cleanup behaviors

README

Claude Code MCP Selector

CI npm

A CLI tool that intelligently discovers, validates, and selects MCP (Model Context Protocol) server configurations for Claude Code.

CCMCP Demo

What it does

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
  • Validates config files and shows clear error details for invalid ones
  • 🎯 Interactive selection via modern terminal interface
  • 💾 Remembers your selections per project for faster launches
  • 🌳 Git worktree aware - selections are shared across worktrees of the same repository
  • 🚀 Launches Claude Code with only your chosen configs
  • 🧹 Cleanup stale cache entries and broken symlinks
  • 👻 Ephemeral mode for one-off selections without saving
  • ⚙️ Configurable via CLI options or environment variables

Installation

# Install globally
npm install -g @gsong/ccmcp

# Or run without installing
npx @gsong/ccmcp

Works with npm, pnpm, or yarn. See DEVELOPMENT.md for building from source.

Usage

Quick Start

  1. Run ccmcp
  2. Select configs with arrow keys and spacebar
  3. Press Enter to launch Claude Code

Commands

# Launch with default config directory (~/.claude/mcp-configs/)
ccmcp

# Use custom directory
ccmcp --config-dir /path/to/configs

# Or use environment variable
CCMCP_CONFIG_DIR=/path/to/configs ccmcp

# Pass options to Claude Code
ccmcp --resume

# Cache management
ccmcp -i                      # Skip loading previous selections (short flag)
ccmcp --ignore-cache          # Skip loading previous selections (long flag)
ccmcp -n                      # Don't save selections (ephemeral mode)
ccmcp --no-save               # Don't save selections (ephemeral mode)
ccmcp -in                     # Combine: fresh start + no saving
ccmcp --clear-cache           # Clear all cached selections

# Cleanup stale cache entries and broken symlinks
ccmcp cleanup                 # Interactive cleanup with prompts
ccmcp cleanup --dry-run       # Preview what would be cleaned
ccmcp cleanup --yes           # Skip prompts, automatically proceed

Cleanup notes:

  • Automatically removes entire cache files when no valid configs remain after cleanup
  • Selecting zero configs automatically clears the selection cache for that project

TUI Navigation

  • ↑/↓: Navigate • Space: Select • Enter: Launch Claude Code
  • q / Ctrl+C: Quit
  • a: Select all
  • c: Clear all
  • p: Toggle config preview panel
  • i: Show/hide invalid configs
  • e: Toggle error details (when viewing invalid configs)

Requirements

  • Claude Code must be installed and available in your PATH
  • Node.js 20+ for running the tool
  • Terminal with TTY support for the interactive TUI (falls back to text prompts otherwise)
  • MCP configs should be JSON files in your configured directory (default: ~/.claude/mcp-configs/)

Troubleshooting

"claude command not found" - Ensure Claude Code is installed: which claude

"No MCP configs found" - Check you have *.json files in ~/.claude/mcp-configs/ or your custom directory

Invalid configs - The TUI shows validation errors with details. Common issues:

  • Malformed JSON
  • Missing mcpServers field
  • Invalid server config (missing command for STDIO servers, or url for HTTP/SSE servers)

Note: The type field is optional for server configs and defaults to "stdio" for backward compatibility.

Contributing

Interested in contributing? See DEVELOPMENT.md for:

  • Development setup and scripts
  • Project architecture and structure
  • Build process and CI/CD information
  • Release management and publishing
  • Code style guidelines and contribution workflow

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Ccmcp

How do I install Ccmcp?

Run npx ccmcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Ccmcp safe to use with an AI agent?

Its trust score is 64 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Ccmcp still maintained?

Yes — the latest release is v1.4.0 (14 Jun 2026), and the last commit was 6 months ago. The repository has 25 stars and 0 open issues.