ast-impact-mapper-mcp

vola-trebla/ast-impact-mapper-mcp
★ 0 stars TypeScript 💻 Code/Dev Tools Updated 5d ago
MCP server that uses TypeScript AST to find which tests are affected by a code change
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": {
    "ast-impact-mapper-mc": {
      "command": "npx",
      "args": [
        "-y",
        "vola-trebla/ast-impact-mapper-mcp"
      ]
    }
  }
}