mcpbeat Sign in

Ast Impact Mapper MCP Server

local only

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

Installs per day peak 26 · avg 7 · -29% w/w
a month agotoday
47
Installs / week
npm · ast-impact-mapper-mcp
0
Stars
0 open issues
21 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add ast-impact-mapper-mcp -- npx -y ast-impact-mapper-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ast-impact-mapper-mcp": {
      "args": [
        "-y",
        "ast-impact-mapper-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ast-impact-mapper-mcp]
command = "npx"
args = ["-y", "ast-impact-mapper-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ast-impact-mapper-mcp": {
      "args": [
        "-y",
        "ast-impact-mapper-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ast-impact-mapper-mcp": {
      "args": [
        "-y",
        "ast-impact-mapper-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Ast Impact Mapper MCP

same job, measured the same way
Code Atlas
by lusiem

Code intelligence MCP: symbols, call graphs, change impact + affected tests, routes, search.

46 installs/wk local only
MCP Server Analyzer
by anselmoo

MCP server for Python, JavaScript, and TypeScript code analysis with Ruff, ty, Vulture, and Biome

590 installs/wk local only
Sonde
by anishmoncivarghese

Local code graph for TypeScript, Python and Swift: who calls this, what breaks if I change it.

70 installs/wk local only
Over-Reach Detector
by choreoatlas

Detect when AI code changes exceed declared task scope (MCP server).

55 installs/wk local only
ariadne
by mikhailhal

Returns only the unit tests affected by your current Kotlin/Android code changes.

local only
Gemini
by pavelguzenfeld

MCP server that exposes Google Gemini as tools for Claude Code

55 installs/wk local only
Codeweb
by ghostlygawd

See what your AI edits affect. Structural checks for AI code changes. 28 MCP tools, no LLM.

239 installs/wk local only
Figma React
by manansingh2001

An MCP server that converts Figma designs into React code.

53 installs/wk local only

Ast Impact Mapper MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Ast Impact Mapper MCP?
Ast Impact Mapper MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ast-impact-mapper-mcp was installed 47 times last week.
How do I connect Ast Impact Mapper MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ast-impact-mapper-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Ast Impact Mapper MCP?
The npm package ast-impact-mapper-mcp was installed 47 times in the last week. Week over week that is -29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ast Impact Mapper MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.