Skip to main content
Developer ToolsPython

SDGLBL/mcp-claude-code

An implementation of Claude Code capabilities using MCP, enabling AI code understanding, modification, and project analysis with comprehensive tool support.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/SDGLBL/mcp-claude-code

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-claude-code": {
      "command": "npx",
      "args": [
        "-y",
        "SDGLBL/mcp-claude-code"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python
Author
SDGLBL