Awesome MCPSoftware Development

SDGLBL/mcp-claude-code

⭐ 304 Python added to this list on 2025-04-09 repository created 2025-03-18

MCP Claude Code is an advanced implementation of the Model Context Protocol (MCP) designed to empower Claude, an AI model, with the ability to execute instructions related to code analysis, modification, and project file management. This project provides a robust MCP server that integrates Claude Code-like functionalities, enabling seamless interaction with various MCP clients such as Claude Desktop. The core capabilities include deep code understanding through file access and pattern searching, precise code modification with strict permission handling, and enhanced command execution supporting multiple scripting languages with improved error handling and shell support. The project offers comprehensive file operations with security controls, high-performance code discovery using pattern and AST-based searches, and the ability to delegate complex tasks to specialized sub-agents that operate concurrently. It supports multiple LiteLLM-compatible language models for agent operations and includes full support for reading and editing Jupyter notebooks, handling both code cells and outputs. Key tools implemented in MCP Claude Code include file reading and writing with line and offset controls, multi-edit operations with atomic transactions, directory tree visualization, fast pattern searching with ripgrep integration, AST-contextual code searches, shell command execution for file and directory management, and structured reasoning spaces for complex analysis. The system also supports task management through structured to-do lists and batch execution of multiple tool invocations. Security is a paramount concern in this implementation, with features such as permission prompts for file and command access, restricted directory access, input validation, sanitization, and robust error handling. The project is open for contributions and follows best practices for collaborative development. Licensed under the MIT License, MCP Claude Code stands as a powerful tool for enhancing AI-driven codebase management and modification within the MCP ecosystem.

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

agent-delegationagent-dispatchingast-searchbatch-executionclaudeclaude-codeclaude-desktopcode-analysiscode-discoverycode-modificationcode-understandingcommand-executionconcurrent-agentsdirectory-treefile-accessfile-operationsfile-readingfile-writingjupyter-notebookjupyter-notebook-supportlitellmlitellm-compatible-modelsmcpmcp-servermit-licensemodel-context-protocolmulti-agent-supportnotebook-editingpattern-searchingpermission-handlingproject-file-managementripgrepscript-executionsecurityshell-commandsshell-supportstructured-reasoningtask-list-managementtask-managementtext-editing

Also in Software Development

Graphify-Labs/graphify

Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.

upstash/context7

Context7 MCP Server is an MCP server that delivers up-to-date, version-specific code documentation and examples to enhance LLMs and AI code editors, ensuring accurate and current code generation.

DeusData/codebase-memory-mcp

High-performance Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph for AI coding agents, supporting 158 languages, lightning-fast queries, and various dev...

github/github-mcp-server

GitHub MCP Server is an official Model Context Protocol server that integrates with GitHub APIs to enable advanced automation and AI-powered interactions with GitHub repositories and workflows.

tirth8205/code-review-graph

Code-review-graph is a local-first code intelligence solution that builds a persistent structural map of your codebase to provide precise context to AI coding tools, significantly reducing token us...

oraios/serena

Serena is a free and open-source coding agent toolkit that uses the Model Context Protocol to enable LLMs to autonomously perform semantic code retrieval and editing with IDE-like precision on complex codebases.

eyaltoledano/claude-task-master

Claude Task Master is an AI-powered task management system designed for AI-driven development that integrates seamlessly with various editors via the Model Control Protocol (MCP).

mksglu/context-mode

Context Mode is an MCP server designed to optimize context window usage for AI coding agents by sandboxing tool output, tracking session continuity with SQLite, and promoting LLMs as code generator...