mcpbeat Sign in

Ckb MCP Server

by simplyliz Your server? Claim it
local only

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

Code intelligence MCP server — 80+ tools for navigation, impact analysis, and architecture

Installs per day peak 169 · avg 23 · +303% w/w
a month agotoday
98
Installs / week
npm · @tastehub/ckb
108
Stars
3 open issues
13 Sep 2026
Last commit
0 releases in 90 days
custom licence
License
Go

What the code does

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

Package points at a different repository simplyliz/ckb
пакет @tastehub/ckb ссылается на simplyliz/codemcp
  execFileSync(binPath, process.argv.slice(2), {
    return path.join(pkgDir, 'bin', binName);
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation internal/jobs/runner.go:148
        select {
        case r.queue <- job:
            recovered++
        default:

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

Alternatives to Ckb

same job, measured the same way
ArchGraph
by archgraph

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

answering
Godotiq
by salvo10f

Intelligent MCP server for Godot 4. Spatial intelligence, code analysis, 35 tools.

464 installs/wk local only
Flyto Indexer
by chesterhsu

Code intelligence MCP server: impact analysis, dependency graphs, dead code detection.

local only
Flyto Indexer
by flytohub

Code intelligence MCP server — impact analysis, semantic search, dependency graphs

533 installs/wk local only
Codehelper
by veyrforge

Local-first code intelligence MCP: symbol graph, impact analysis, 60+ tools.

local only
Arm MCP Server
by arm

Official Arm MCP server for code migration, optimization, and Arm architecture guidance

local only
I
Ruchy MCP
by noahgift

MCP server for Ruchy: code analysis, scoring, linting, formatting, and transpilation tools

local only
JavaLens
by pzalutski-pixel

63 semantic Java analysis tools via Eclipse JDT: navigation, refactoring, code intelligence.

161 installs/wk local only

Ckb — questions

Answers built from our own checks of this server.

Why is there no uptime for Ckb?
Ckb 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 @tastehub/ckb was installed 98 times last week.
How do I connect Ckb?
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 @tastehub/ckb straight from npm; nothing to host, nothing to sign up for.
How many people use Ckb?
The npm package @tastehub/ckb was installed 98 times in the last week. Week over week that is +303%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ckb open source?
No, and the distinction matters: it ships its own licence file rather than a standard open-source licence. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.