typegraph-mcp

guyowen/typegraph-mcp
★ 12 stars TypeScript AI/LLM Updated 4d ago ⚠ Review
MCP server for type-aware TypeScript navigation — 14 semantic tools for AI coding agents
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "typegraph-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "guyowen/typegraph-mcp"
      ]
    }
  }
}

README Excerpt

Type-aware codebase navigation for AI coding agents, on TypeScript 7. This server drives **tsgo** via `@effect/tsgo` in `--api` mode, with a small LSP supplement for project-wide local-symbol search and document symbols. It is built for codebases that have moved to TypeScript 7 and need semantic TypeScript navigation through MCP.

Tools (14)

documentSymbollocalsTruncatedts_blast_radiusts_definitionts_dependency_treets_dependentsts_find_symbolts_import_cyclests_navigate_tots_referencests_shortest_pathts_subgraphts_trace_chaints_type_info