#tree-sitter
11 results found
MCP Tree-sitter Server
MCP Server for Tree-sitter
glyph
🔮 glyph – mcp server to map your codebase with symbol outlines
TSG Indexer
A library for indexing code repositories using Tree-sitter Stack Graphs, designed to be used in MCP servers and other tools.
CodeWeave Mcp
Save tokens while coding — your AI agent gets structured code context, not file dumps. CodeWeave is an MCP server that gives AI agents structured code intelligence instead of dumping entire files into context. Your agent queries local indexes — AST, call graph, type graph, and hybrid semantic search — and gets back only what it needs. The result: less token waste, more relevant context, better coding decisions. It supports 7 languages (Python, TypeScript, JavaScript, Go, Rust, Java, C#) with a 6-stage hybrid search pipeline combining vector embeddings, full-text search, and structural density scoring. Everything runs locally with zero external dependencies beyond Ollama for embeddings. Monorepo and git worktree support included. A file watcher keeps indexes current as code changes — no manual reindexing needed. ATTENTION: Run "npx @codeweave/mcp" in your project directory first. The setup wizard handles everything for you. At first, it may take some time. INFO: Exhaustively tested on large Java, C#, JavaScript, TypeScript, React codebases. Contributions and feedback are welcome.