mcpbeat Sign in

Grasp — Code Architecture & Dependency Analysis MCP Server

local only

Grasp — Code Architecture & Dependency Analysis runs on your own machine — the client starts it, so there is no endpoint to ping. 164 installs a week from npm. Last commit 7 Sep 2026.

Codebase analysis: dependency graphs, security scanning, and refactor plans for GitHub and GitLab.

Installs per day peak 218 · avg 42 · -69% w/w
a month agotoday
164
Installs / week
npm · grasp-mcp-server
22
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
License
HTML

What the code does

We read the source, 22 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.

                val proc = ProcessBuilder(cmd)
      diffOutput = execSync(`${gitCmd} --unified=0`, { cwd: repoPath, maxBuffer: 10 * 1024 * 1024 }).toString();
Reads files and sends them to the network mcp/src/index.ts:7908
          for (const entry of fs.readdirSync(dir, { withFileTypes: true })) {
Page executes code built at runtime team-dashboard.html:1067
      setTimeout(function(b, h){ b.innerHTML = h; }.bind(null, btns[i], html), 1800);

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

Alternatives to Grasp — Code Architecture & Dependency Analysis

same job, measured the same way
ArchGraph
by archgraph

Code intelligence platform for AI agents. 20 tools for architecture, security & impact analysis.

answering
Syke
by khalomsky

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

162 installs/wk local only
Socraticode
by giancarloerra

MCP server for enterprise local codebase indexing, semantic search, and code dependency graphs.

5 182 installs/wk local only
Brain Scanner
by kevin-lozada-santos

Codebase graphs, caller impact analysis, and recorded project context for AI coding agents.

answering
Understand Anything - MCP
by uamcp

A powerful MCP server for codebase architecture analysis and automated governance.

67 installs/wk local only
ovecc
by ovecc-labs

Architecture guardrails for AI-written code: dependency graph, impact, dead code, CI gate

49 installs/wk local only
Omni Scanner
by pantheon-ladderworks

Codebase observatory with 56+ scanners for git health, architecture, and documentation.

109 installs/wk local only
Repo Security Scanner — Malicious Code & Supply Chain
by eltociear

Audit GitHub repos for malicious and supply-chain code before you depend on them.

answering

Grasp — Code Architecture & Dependency Analysis — questions

Answers built from our own checks of this server.

Why is there no uptime for Grasp — Code Architecture & Dependency Analysis?
Grasp — Code Architecture & Dependency Analysis 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 grasp-mcp-server was installed 164 times last week.
How do I connect Grasp — Code Architecture & Dependency Analysis?
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 grasp-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Grasp — Code Architecture & Dependency Analysis?
The npm package grasp-mcp-server was installed 164 times in the last week. Week over week that is -69%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Grasp — Code Architecture & Dependency Analysis open source?
We cannot say either way: written in HTML and 22 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.