developer tools

Mcp Claude Code

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

python
local
developer tools
0
View on GitHub

Installation

npx -y SDGLBL/mcp-claude-code

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

SDGLBL/mcp-claude-code

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

GitHub: https://github.com/SDGLBL/mcp-claude-code

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub