MCP server that uses TypeScript AST to find which tests are affected by a code change
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"
]
}
}
}
Run in terminal:
claude mcp add ast-impact-mapper-mc npx -y vola-trebla/ast-impact-mapper-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"ast-impact-mapper-mc": {
"command": "npx",
"args": [
"-y",
"vola-trebla/ast-impact-mapper-mcp"
]
}
}
}