mcpbeat Sign in

Koda MCP Server

by aabxtract Your server? Claim it
local only

Koda runs on your own machine — the client starts it, so there is no endpoint to ping. 274 installs a week from npm. Last commit 31 Aug 2026.

Verification and memory layer for coding-agent workflows.

Installs per day peak 274 · avg 9
a month agotoday
274
Installs / week
npm · koda-verify
0
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

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

Runs an external command cli/index.js:52, core/doctor.js:61, core/integration-tester.js:42 и ещё 10
    const child = spawn(process.execPath, [file], { stdio: 'inherit', windowsHide: true })
Builds a file path from a variable core/detect-agent.js:12, core/doctor.js:48, core/init.js:25 и ещё 8
    if (process.env[sign.env] || fs.existsSync(path.join(root, sign.marker))) return sign.agent

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

Alternatives to Koda

same job, measured the same way
Aichat
by rcgalbo

Inter-agent communication for multi-agent Claude Code workflows.

53 installs/wk local only
SAGE Wrapper
by psycgod

Command wrapper MCP server for coding agents, compression, workflows, and local automation.

344 installs/wk local only
ProofSlip
by proofslip

Receipt-based verification for AI agent workflows — create, verify, and poll ephemeral proof objects

98 installs/wk local only
Task Graph MCP
by oortonaut

MCP server for agent task workflows with phases, prompts, gates, and multi-agent coordination

local only
Mengram
by alibaizhanov

Long-term memory for AI agents: semantic facts, episodic events, and procedural workflows

answering
MindFlows
by mindflows

Visual workflow memory: search, read, and freeze MindFlows workflows from any agent.

answering
GodPrompt MCP Server
by akzar1el

GodPrompt workflows for TDD, debugging, verification, task routing, and progressive disclosure.

local only
Continuum
by pouyahasanamreji

Shared memory + orchestration for your coding agents. Local-first MCP, vector RAG.

local only

Koda — questions

Answers built from our own checks of this server.

Why is there no uptime for Koda?
Koda 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 koda-verify was installed 274 times last week.
How do I connect Koda?
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 koda-verify straight from npm; nothing to host, nothing to sign up for.
How many people use Koda?
The npm package koda-verify was installed 274 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 Koda open source?
Yes — it is published under the MIT licence, written in JavaScript 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.