Glyph
Extracts code symbols from multiple programming languages using tree-sitter parsing to generate structured outlines with functions
This Go-based MCP server by benmyles provides symbol extraction and code analysis capabilities for multiple programming languages including Go, JavaScript, TypeScript, Python, and Java using tree-sitter parsing. The implementation offers three detail levels (minimal, standard, full) for extracting functions, classes, interfaces, variables, and other code symbols from source files, with support for glob patterns including recursive directory traversal. Built with both CLI and MCP server modes, it enables AI assistants to quickly understand code structure and navigate large codebases by generating markdown-formatted symbol outlines that include signatures, line numbers, and hierarchical relationships between code elements.
Source
Repository: https://github.com/benmyles/glyph
Maintain Glyph?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[Glyph on getagentictools](https://getagentictools.com/mcp/benmyles-glyph?ref=badge)