Ast Impact Mapper MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from npm. Last commit 21 May 2026.
MCP server that uses TypeScript AST to find which tests are affected by a code change
We read the source, 18 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
diffOutput = execSync(`git diff --name-only ${baseBranch}...HEAD`, {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add ast-impact-mapper-mcp -- npx -y ast-impact-mapper-mcp
{
"mcpServers": {
"ast-impact-mapper-mcp": {
"args": [
"-y",
"ast-impact-mapper-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.ast-impact-mapper-mcp]
command = "npx"
args = ["-y", "ast-impact-mapper-mcp"]
{
"mcpServers": {
"ast-impact-mapper-mcp": {
"args": [
"-y",
"ast-impact-mapper-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"ast-impact-mapper-mcp": {
"args": [
"-y",
"ast-impact-mapper-mcp"
],
"command": "npx"
}
}
}
Code intelligence MCP: symbols, call graphs, change impact + affected tests, routes, search.
MCP server for Python, JavaScript, and TypeScript code analysis with Ruff, ty, Vulture, and Biome
Local code graph for TypeScript, Python and Swift: who calls this, what breaks if I change it.
Detect when AI code changes exceed declared task scope (MCP server).
Returns only the unit tests affected by your current Kotlin/Android code changes.
MCP server that exposes Google Gemini as tools for Claude Code
See what your AI edits affect. Structural checks for AI code changes. 28 MCP tools, no LLM.
An MCP server that converts Figma designs into React code.
Answers built from our own checks of this server.