MCP.so
Sign In
Tags

13 #tree-sitter MCP Servers & Clients

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.

All

Qartez Mcp

kuberstar

Semantic code intelligence MCP server for Claude Code - project maps, symbol search, impact analysis, and more

Added 3 months ago

Codegraphx (cgx)

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

Added 3 days ago

Graphpilot

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

Added last month
W

Wisegit

Sandip124

MCP server that extracts decision intent from git history and protects intentional code from AI modification.

Added 4 months ago
A

Aidex

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

Added 5 months ago

TSG Indexer

entrepeneur4lyf

A library for indexing code repositories using Tree-sitter Stack Graphs, designed to be used in MCP servers and other tools.

Added last year

Rosentic

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

Added 2 months ago

Repo Graph

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.

Added last month

Ganglia

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

Added 2 months ago

CodeWeave Mcp

semihkayan

Save tokens while coding — your AI agent gets structured code context, not file dumps.

Added 3 months ago
C

Codeix

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

Added 5 months ago
S

Semamerge

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

Added 3 months ago

glyph

benmyles

🔮 glyph – mcp server to map your codebase with symbol outlines

Added last year

Frequently asked questions

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.

How many #tree-sitter MCP servers and clients are there?

mcp.so currently lists 13 MCP servers and clients tagged #tree-sitter.

How do I install a #tree-sitter MCP server?

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.