MCPs tagged with tree-sitter
-
Sourcerer MCP
Semantic code search & navigation MCP server for efficient AI agent context retrieval.
Sourcerer MCP provides a Model Context Protocol (MCP) server that enables AI agents to perform semantic code search and navigation. By indexing codebases at the function, class, and chunk level, it allows agents to retrieve only the necessary code snippets, greatly reducing token consumption. The tool integrates with Tree-sitter for language parsing and OpenAI for generating code embeddings, supporting advanced contextual code understanding without full file ingestion.
- ⭐ 95
- MCP
- st3v3nmw/sourcerer-mcp
-
code-to-tree
Universal Code-to-AST MCP Server for LLM Integration
code-to-tree is an MCP (Model Context Protocol) server that enables large language models to accurately convert source code into abstract syntax trees (AST) across multiple programming languages. It provides a standalone executable that integrates with MCP clients, ensuring seamless parsing using the tree-sitter framework. The server supports languages including C, C++, Rust, Ruby, Go, Java, and Python, with minimal dependencies required. Its design focuses on ease of setup and integration in AI workflows requiring code analysis capabilities.
- ⭐ 66
- MCP
- micl2e2/code-to-tree