MCP server that uses TypeScript AST to find which tests are affected by a code change
claude mcp add ast-impact-mapper-mcp -- npx -y ast-impact-mapper-mcp
claude_desktop_config.json
{
"mcpServers": {
"ast-impact-mapper-mcp": {
"command": "npx",
"args": [
"-y",
"ast-impact-mapper-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"ast-impact-mapper-mcp": {
"command": "npx",
"args": [
"-y",
"ast-impact-mapper-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ast-impact-mapper-mcp": {
"command": "npx",
"args": [
"-y",
"ast-impact-mapper-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"ast-impact-mapper-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ast-impact-mapper-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"ast-impact-mapper-mcp": {
"command": "npx",
"args": [
"-y",
"ast-impact-mapper-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.vola-trebla--ast-impact-mapper-mcp/reviews or the review_server meta-tool.
POST /mcp