Awesome MCPSoftware Development

wrale/mcp-server-tree-sitter

⭐ 309 Python added to this list on 2025-12-15 repository created 2025-03-16

The project "mcp-server-tree-sitter" is a Model Context Protocol (MCP) server that leverages the tree-sitter parsing library to provide advanced code analysis capabilities. It is designed to enable AI assistants, such as Claude Desktop, to intelligently access and understand codebases with effective context management. The server supports multiple programming languages including Python, JavaScript, TypeScript, Go, Rust, C, C++, Swift, Java, Kotlin, Julia, and APL, making it language-agnostic and versatile for various development environments. Key features of the server include flexible exploration of code at different levels of granularity, AST-based structure awareness with efficient cursor-based traversal, and the ability to perform text and tree-sitter query searches. It also offers caching of parse trees to optimize performance, symbol extraction for functions, classes, and other code elements, and dependency analysis to understand code relationships. The server maintains state persistence, keeping project registrations and cached data between invocations, and incorporates security measures such as input validation and security boundaries. Installation is straightforward with Python 3.10+ and tree-sitter language parsers as prerequisites. The server can be installed via pip or cloned for development. It integrates seamlessly with Claude Desktop through MCP CLI or manual configuration, allowing users to register and run the server easily. The server can also be run standalone using the MCP CLI, Makefile targets, or installed scripts. Users can register projects, explore files, analyze code structure, search code, and analyze complexity through the server's API or command interface. The project also supports direct Python usage for programmatic access to its features. Overall, this MCP server enhances AI-driven code analysis by providing structured, context-aware access to codebases using tree-sitter technology.

https://github.com/wrale/mcp-server-tree-sitter

ai-assistantai-assistantsastclaudeclaude-aiclaude-desktopcode-analysiscode-searchcoding-assistantcontext-managementdependency-analysislanguage-agnosticmcpmodel-context-protocolmodel-context-protocol-serversmulti-language-supportparse-tree-cachingpythonsecuritystate-persistencesymbol-extractiontree-sitter

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...