MCP Claude Code
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Claude Codefind all functions that use the 'fetch' API in the current project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Claude Code
An implementation of Claude Code capabilities using the Model Context Protocol (MCP).
Overview
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.

Related MCP server: vscode-mcp
Features
Code Understanding: Analyze and understand codebases through file access and pattern searching
Code Modification: Make targeted edits to files with proper permission handling
Enhanced Command Execution: Run commands and scripts in various languages with improved error handling and shell support
File Operations: Manage files with proper security controls through shell commands
Code Discovery: Find relevant files and code patterns across your project with high-performance searching
Agent Delegation: Delegate complex tasks to specialized sub-agents that can work concurrently
Multiple LLM Provider Support: Configure any LiteLLM-compatible model for agent operations
Jupyter Notebook Support: Read and edit Jupyter notebooks with full cell and output handling
Tools Implemented
Tool | Description |
| 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 (docs) |
| 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) |
| Extract and read source code from all cells in a Jupyter notebook with outputs |
| Edit, insert, or delete cells in a Jupyter notebook |
| Structured space for complex reasoning and analysis without making changes |
| Launch one or more agents that can perform tasks using read-only tools concurrently |
| Execute multiple tool invocations in parallel or serially in a single request |
| Create and manage a structured task list |
| Read a structured task list |
Getting Started
For detailed installation and configuration instructions, please refer to INSTALL.md.
For detailed tutorial of 0.3 version, please refer to TUTORIAL.md
Security
This implementation follows best practices for securing access to your filesystem:
Permission prompts for file modifications and command execution
Restricted access to specified directories only
Input validation and sanitization
Proper error handling and reporting
Development
To contribute to this project:
Fork the repository
Create a feature branch (
git checkout -b feature/amazing-feature)Commit your changes (
git commit -m 'Add some amazing feature')Push to the branch (
git push origin feature/amazing-feature)Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceA comprehensive MCP server that provides AI assistants with tools for file system management, Git integration, and shell command execution. It features specialized code utilities for analysis, formatting, and linting to enhance development workflows within Claude Desktop.Last updated287MIT
- FlicenseAqualityDmaintenanceAn MCP server that gives Claude IDE capabilities inside VS Code and Cursor, enabling file operations, shell commands, and workspace management via natural language.Last updated12
- AlicenseAqualityBmaintenanceAn MCP server that provides dynamic codebase context to Claude Code through tools like hybrid search, recent changes, and symbol definitions, enhancing AI-assisted coding with local RAG.Last updated8MIT
- Alicense-qualityAmaintenanceEnterprise-grade MCP server integrating Claude AI capabilities, enabling AI-powered conversations, file operations, and system tools via the Model Context Protocol.Last updated1Apache 2.0
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
An MCP server that gives your AI access to the source code and docs of all public github repos
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SDGLBL/mcp-claude-code'
If you have feedback or need assistance with the MCP directory API, please join our Discord server