mcpbeat Sign in

Shinobi MCP Server

by numbererikson Your server? Claim it
local only

Shinobi runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 4 Jul 2026.

Task spine + searched dead ends + approvals for AI coding agents. One brain, every device.

Installs per day peak 17 · avg 7 · +60% w/w
a month agotoday
40
Installs / week
npm · @shinobiapps/shinobi
2
Stars
0 open issues
4 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

    const child = spawn(execPath, [cliPath, 'dispatch', ...dispatchArgs], {
Sends data to a third-party sink src/dashboard/settings-store.ts:60
  { key: 'SHINOBI_TELEGRAM_CHAT_ID', label: 'Telegram chat ID', description: 'Numeric chat ID the bot should send digests to. Get it by sending /start to your bot and reading https://api.telegram.org/bot<TOKEN>/getUpdates.', group: 'digest' },

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

Alternatives to Shinobi

same job, measured the same way
StateLode
by statelode

Shared task layer for AI coding agents. One MCP surface: task_search, task_get, task_mutate.

49 installs/wk answering
Vibsync
by vibsync

One shared brain for your AI coding agents: team memory, agent Q&A, tasks, and file claims.

answering
Ariadne
by whyy9527

Deterministic local cross-service API-chain discovery for AI coding agents.

96 installs/wk local only
Agentcard
by agentcard

Prepaid virtual cards for AI agents: one-time cards, spend caps, human approvals.

58 tools answering
Todox
by beydemirfurkan

Memory for coding agents: the decisions, the dead ends, and where the last session stopped.

answering
Verbative Memory
by verbative

On-device, self-organizing memory for AI coding agents — recalls the right facts into each prompt.

366 installs/wk local only
I
football-docs
by withqwerty

Searchable football data provider docs for AI coding agents.

299 installs/wk local only
Lassare
by lassare

Human-in-the-loop for AI coding agents — ask questions, get approvals via Slack.

answering

Shinobi — questions

Answers built from our own checks of this server.

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