What is a #tree-sitter MCP server?
An MCP server tagged #tree-sitter implements the Model Context Protocol so AI assistants like Claude, Cursor, and VS Code can access tree-sitter-related tools, data, or APIs.
Every MCP server and client below is tagged #tree-sitter — install one to give Claude, Cursor, VS Code, or any other MCP-compatible client access to tree-sitter tools.
kuberstar
Semantic code intelligence MCP server for Claude Code - project maps, symbol search, impact analysis, and more
techcraze00
CodeGraphX (CGX) — a local, token-efficient codebase graph engine & MCP server for AI coding agents. Tree-sitter parsing, a bi-temporal SQLite semantic graph, O(1) symbol lookup, and impact/blast-radius tracing so agents answer 'what breaks if I change this?' in a few hundred tok
Rosentic
Deterministic cross-branch conflict detection for AI coding agents. Scans your git repo for function signature mismatches, HTTP route conflicts, and schema breaks across branches using tree-sitter AST analysis. Catches the merge failures that CI misses because tests only run on o
vineethwilson15
MCP server that detects semantic (non-textual) merge conflicts between Git branches using AST-level analysis. Catches incompatible changes that Git merges cleanly but break at runtime — like signature changes, removed exports, interface breaks, and cross-file dependency conflicts
CSCSoftware
MCP Server that gives AI coding assistants instant access to your entire codebase through a persistent Tree-sitter index. Instead of grep flooding your context with 2000+ tokens per search, AiDex returns precise identifier matches in ~50 tokens. Supports 11 languages: C#, TypeScr
benmyles
🔮 glyph – mcp server to map your codebase with symbol outlines
semihkayan
Save tokens while coding — your AI agent gets structured code context, not file dumps.
James-Chahwan
Structural graph memory for AI coding assistants. repo-graph maps your codebase entities, relationships, and feature flows so the model navigates to the right files instead of reading everything first. Tree-sitter, 20+ languages, frontend to backend and more, any MCP client.
ganglia-tools
Ganglia indexes your project into a call graph and exposes 73 semantic tools — code_get, code_callers, code_impact, code_propagate, code_apply_batch with
Sandip124
MCP server that extracts decision intent from git history and protects intentional code from AI modification.
entrepeneur4lyf
A library for indexing code repositories using Tree-sitter Stack Graphs, designed to be used in MCP servers and other tools.
graphpilot-oss
GraphPilot gives coding agents persistent structural knowledge of a codebase. It parses TypeScript/JavaScript with tree-sitter into a graph of symbols and call edges, then exposes that graph over MCP so the agent can recall definitions, find callers, and trace change impact witho
montanetech
Fast semantic code search for AI agents — find symbols, references, and callers across any codebase. Pre-built index committed to git, instant queries via MCP
Common questions about MCP servers and clients tagged #tree-sitter
An MCP server tagged #tree-sitter implements the Model Context Protocol so AI assistants like Claude, Cursor, and VS Code can access tree-sitter-related tools, data, or APIs.
mcp.so currently lists 13 MCP servers and clients tagged #tree-sitter.
Open any server below and copy its install snippet into Claude Desktop, Cursor, VS Code, or another MCP client's configuration — remote servers need no separate download.