context master converts your workspace into structured, graph-shaped context by combining VSCode’s symbol/reference providers with ranked projection and token-aware serialization.
On activation, the extension creates an index of the current workspace.
VSCode language providers surface symbols and references. context master stitches them into a navigable graph across files.
Centrality metrics help help in creating a high-level topology of the codebase.
The extension starts a local MCP server. Any MCP-capable assistant can connect and call tools to explore your codebase.
Most agents rely on regex and naive file reading. context master uses VSCode’s language providers to expose the same kind of structure developers rely on: symbols, references, and relationships across files.
context master is designed to make agents more reliable by grounding exploration in editor-resolved symbols and references. Here’s what that means in practice.