by SDGLBL
MCP implementation of Claude Code capabilities and more
# Add to your Claude Code skills
git clone https://github.com/SDGLBL/mcp-claude-codeAn implementation of Claude Code capabilities using the Model Context Protocol (MCP).
This project provides an MCP server that implements Claude Code-like functionality, allowing Claude to directly execute instructions for modifying and improving project files. By leveraging the Model Context Protocol, this implementation enables seamless integration with various MCP clients including Claude Desktop.

| Tool | Description |
| ----------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| read | Read file contents with line numbers, offset, and limit capabilities |
| | Create or overwrite files |
| | Make line-based edits to text files |
| | Make multiple precise text replacements in a single file operation with atomic transactions |
| | Get a recursive tree view of directories |
| | Fast pattern search in files with ripgrep integration for best performance () |
| | Replace patterns in file contents |
| | Search code with AST context showing matches within functions, classes, and other structures |
| | Execute shell commands (also used for directory creation, file moving, and directory listing) ...
writeeditmulti_editdirectory_treegrepcontent_replacegrep_astrun_command