project-graph-mcp

rnd-pro/project-graph-mcp
★ 3 stars JavaScript 🤖 AI/LLM Updated today
MCP server for AI agents - minified project graph and browser test checklists
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "project-graph-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rnd-pro/project-graph-mcp"
      ]
    }
  }
}

README Excerpt

**Maximize your AI agent's context window.** An MCP server that lets agents read and edit your codebase in **compact mode** — minified source with all variable names preserved. Code tokens drop **↓40%**, and `.ctx` documentation is injected only in the focus zone. Fewer tokens per file → more files fit in context → **deeper understanding of your codebase**.

Tools (1)

mark_test_passed