mcpbeat Sign in

Code Impact MCP Server

local only

Code Impact MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 88 installs a week from npm. Last commit 13 Sep 2026.

Dependency graph and blast-radius analysis for local TypeScript/JavaScript repos.

Installs per day peak 44 · avg 11 · +85% w/w
a month agotoday
88
Installs / week
npm · @vk0/code-impact-mcp
1
Stars
0 open issues
13 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Code Impact MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 code-impact-mcp -- npx -y @vk0/code-impact-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "code-impact-mcp": {
      "args": [
        "-y",
        "@vk0/code-impact-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.code-impact-mcp]
command = "npx"
args = ["-y", "@vk0/code-impact-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "code-impact-mcp": {
      "args": [
        "-y",
        "@vk0/code-impact-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "code-impact-mcp": {
      "args": [
        "-y",
        "@vk0/code-impact-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Code Impact MCP

same job, measured the same way
Symvanta
by symvanta

Hosted code graph over MCP: exact callers, dependencies, and cross-repo blast radius for AI agents.

27 tools answering
Symvanta
by symvanta

Hosted code graph over MCP: exact callers, dependencies, and cross-repo blast radius for AI agents.

27 tools answering
CGIS Code Graph
by zaebee

Code graph for AI agents: impact analysis and call tracing for Python and TypeScript.

local only
Atlas Scout
by zaguanlabs

Local, read-only structural code navigation and bounded dependency analysis for source repositories.

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
Syke
by khalomsky

AI code impact analysis — dependency graphs, cascade detection, and build gates for AI agents

162 installs/wk local only
Cartograph
by anthony-maio

Repo analysis for coding agents with ranked files, dependency maps, and task-scoped context.

37 installs/wk local only
Koragraph
by koragraph

Local multi-repo code graph over MCP. Blast radius, call graphs, and memory anchored to code.

551 installs/wk local only

Code Impact MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Code Impact MCP?
Code Impact 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 @vk0/code-impact-mcp was installed 88 times last week.
How do I connect Code Impact 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 @vk0/code-impact-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Code Impact MCP?
The npm package @vk0/code-impact-mcp was installed 88 times in the last week. Week over week that is +85%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Code Impact MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.