mcpbeat Sign in

Codeweave MCP Server

by semihkayan Your server? Claim it
local only

Codeweave runs on your own machine — the client starts it, so there is no endpoint to ping. 72 installs a week from npm. Last commit 26 May 2026.

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

Installs per day peak 31 · avg 10 · +62% w/w
a month agotoday
72
Installs / week
npm · @codeweave/mcp
4
Stars
0 open issues
26 May 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

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.

      existsSync(path.join(projectRoot, wsRelPath));

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

Alternatives to Codeweave

same job, measured the same way
TokenSaver
by byggarepop

Structural warm start for AI coding agents in .NET: cheap Roslyn signature maps of C#/.NET files.

local only
Token Pilot
by digital-threads

Save up to 80% tokens when AI reads code via AST-aware structural reading

527 installs/wk local only
Cgraphy
by pmgarg

Code knowledge graph over MCP: token-budgeted context for AI coding agents.

63 installs/wk local only
Topos
by krv-labs

Structural code-quality tools for AI coding agents.

439 installs/wk local only
Code Context Engine
by ai-elara

Index your codebase. AI searches instead of re-reading files. 94% token savings.

290 installs/wk local only
ctxlint
by yawlabs

Lint AI agent context files (CLAUDE.md, AGENTS.md, etc.) against your actual codebase

16 091 installs/wk local only
Draw2agent
by zero-abd

Draw on your website, let your AI agent see it. Visual context for code generation via MCP.

49 installs/wk local only
Prumo
by tomd4vs

Checks the context files a coding agent reads against the git index, and reports what drifted.

296 installs/wk local only

Codeweave — questions

Answers built from our own checks of this server.

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