@hyperspekt/mcp-bridge
v0.7.2
Published
Thin stdio<->HTTP MCP bridge for the Hyperspekt VS Code extension. Connects an AI agent (Claude Code, Codex, ...) to the running extension's live code-architecture graph — structure, dependencies, lenses, and git overlay — forwarding only its curated tool
Maintainers
Readme
@hyperspekt/mcp-bridge
Thin MCP bridge that connects an AI agent to a running Hyperspekt VS Code extension (PRO), exposing your codebase's live architecture graph as MCP tools.
It is a stdio MCP server to your agent and an HTTP client to the extension: it
reads the extension's per-workspace discovery file (.hyperspekt/mcp.json),
connects with the per-session token, and forwards only the extension's curated
tool surface. It discovers the server's rotating url+token itself and self-heals
across restarts, so your config stays static.
Usage
Requires the Hyperspekt extension running on a PRO license. Configure your agent to launch:
npx -y @hyperspekt/mcp-bridge --workspace <project-root>The extension's "Configure MCP for Agent" command writes this for you.
What it does NOT do
No code is built or analyzed here, and no extension internals are exposed — the bridge only proxies the MCP tool calls to the extension's server.
