mcpbeat Sign in

CodeZaiku MCP Server

local only

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

A coding and development harness on local models or hosted APIs: code, review, research, ops.

Installs per day peak 489 · avg 32
a month agotoday
930
Installs / week
npm · @wyrdsekai/codezaiku-mcp
0
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Java

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.

File ships in the package but is absent from the source [пакет] bin/index.js:1
этот файл ставится пользователю, но в репозитории его нет
                Pattern.compile("(^|/)(id_rsa|id_ed25519|.*\\.pem|.*\\.key)$")), true);

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

This one needs environment variables set before it will start: CODEZAIKU_DRIVE (The model server, an OpenAI-style endpoint (or set it in ~/.codezaiku/config)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to CodeZaiku

same job, measured the same way
Code Factory
by zrk222

Local proof facts for AI coding clients: intent, tests, Graph Ops, and review evidence.

2 646 installs/wk local only
Code Context
by infino-ai

Local code search for AI coding agents: hybrid search and SQL aggregation over an in-repo index.

93 installs/wk local only
oss-search
by sblattj

Fast local and federated OSS code search and repo discovery for AI agents

226 installs/wk local only
Ejentum MCP
by ejentum

Reasoning, code, anti-deception, memory harness MCP tools. Stdio or HTTPS api.ejentum.com/mcp

72 installs/wk answering
ivygrep
by bvolpato

Local code search and task context packs for coding agents

local only
Session Steward
by mallikcheripally

Review and safely clean local Codex and Claude Code sessions

562 installs/wk local only
Repowise (Hosted)
by repowise

Hosted codebase intelligence for repos indexed on repowise.dev — no local indexing needed.

answering
Celmis
by constantinemakoid

Self-hosted code intelligence: cross-repo Q&A, dependency audits and PR review, over MCP

local only

CodeZaiku — questions

Answers built from our own checks of this server.

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