Cc Mcp banner
markus41 markus41

Cc Mcp

Development community

Description

# /cc-mcp — MCP Server Configuration Manager Configure, troubleshoot, and manage MCP servers for Claude Code. ## Usage ``` /cc-mcp [action] [server-name] ``` ## Actions ### add Add a new MCP server. ``` /cc-mcp add # Interactive /cc-mcp add filesystem # Add filesystem server /cc-mcp add postgres # Add PostgreSQL server /cc-mcp add github # Add GitHub server /cc-mcp add brave-search # Add Brave Search /cc-mcp add memory

Installation

Installs to ~/.claude/commands/markus41-claude-cc-mcp.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/markus41/claude/HEAD/.claude/commands/cc-mcp.md -o ~/.claude/commands/markus41-claude-cc-mcp.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository