mcpbeat Sign in

Codeweb MCP Server

local only

Codeweb runs on your own machine — the client starts it, so there is no endpoint to ping. 239 installs a week from npm. Last commit 15 Sep 2026.

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

Installs per day peak 154 · avg 25 · +20% w/w
a month agotoday
239
Installs / week
npm · @ghostlygawd/codeweb
0
Stars
1 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

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

  return JSON.parse(execFileSync(process.execPath, [EXTRACT, root, '--cache', cache],

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

Alternatives to Codeweb

same job, measured the same way
Topos
by krv-labs

Structural code-quality tools for AI coding agents.

439 installs/wk local only
Skeletongraph
by yashdoke7

Zero-LLM structural code retrieval for AI coding agents, served over MCP.

28 installs/wk local only
Ast Impact Mapper MCP
by vola-trebla

MCP server that uses TypeScript AST to find which tests are affected by a code change

47 installs/wk local only
K8s Removed API Lint
by jmshinhwa

15 checks for the apiVersions kubectl no longer serves, on the manifest open in your editor

267 installs/wk local only
Sensegrep
by stahldavid

Semantic + structural code search MCP server for AI-native development.

176 installs/wk local only
Silex
by silex-tec

Local-first MCP server that reconstructs architecture, workflows and business rules from your code.

212 installs/wk local only
Codeweave
by semihkayan

Save tokens while coding — your AI agent gets structured code context, not file dumps.

72 installs/wk local only
Gemini
by pavelguzenfeld

MCP server that exposes Google Gemini as tools for Claude Code

55 installs/wk local only

Codeweb — questions

Answers built from our own checks of this server.

Why is there no uptime for Codeweb?
Codeweb 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 @ghostlygawd/codeweb was installed 239 times last week.
How do I connect Codeweb?
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 @ghostlygawd/codeweb straight from npm; nothing to host, nothing to sign up for.
How many people use Codeweb?
The npm package @ghostlygawd/codeweb was installed 239 times in the last week. Week over week that is +20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Codeweb open source?
Yes — it is published under the MIT licence, written in JavaScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.