SDGLBL/mcp-claude-code
An implementation of Claude Code capabilities using MCP, enabling AI code understanding, modification, and project analysis with comprehensive tool support.
Quick Start
Clone the repository:
git clone https://github.com/SDGLBL/mcp-claude-codeClaude 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.