Extracts symbol outlines from a codebase to provide LLM coding agents with necessary context.
Glyph is a Model Context Protocol (MCP) server and CLI tool designed to enhance the understanding of codebases by LLM coding agents. It leverages tree-sitter parsing to accurately extract symbol outlines from code files, offering configurable detail levels to strike the right balance between context and token usage. By providing clean, multi-file symbol maps, Glyph bridges the gap between complex code structures and the comprehension capabilities of AI coding tools, enabling more efficient and informed coding assistance.
Características Principales
010 GitHub stars
02MCP-native for AI coding workflow integration
03Configurable detail levels
04Glob-based file discovery
05Tree-sitter parsing for accurate symbol extraction
06Multi-file support
Casos de Uso
01Integration with Cursor IDE for improved code understanding
02Integration with Claude Code for enhanced AI coding assistance
03Standalone CLI tool for direct symbol extraction