arcscope

iliedanila/arcscope
★ 0 stars TypeScript AI/LLM Updated today
Fully-local, architecture-aware code-navigation MCP server (tree-sitter).
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "arcscope": {
      "command": "npx",
      "args": [
        "-y",
        "iliedanila/arcscope"
      ]
    }
  }
}

README Excerpt

A fully-local MCP server that gives an AI coding agent three stacked views of an unfamiliar codebase — **symbols**, the **module/dependency graph**, and a repo-declared **architecture vocabulary** answered _live_ against current code — so it stops re-deriving structure with grep every session. **Status:** early preview. The v1 slice — all three layers — works end-to-end. TS / JS / TSX.

Tools (5)

arch_listarch_querydep_graphfind_deffind_refs