🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

rhizome-mcp

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rhizome-mcp

Local-first MCP server for task tracking and coordination of autonomous AI coding agents. This package is a thin npm launcher around the platform-specific rhizome-mcp binary.

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
133
-83.82%
Maintainers
1
Weekly downloads
 
Created
Source

rhizome-mcp

Local-first MCP server for task tracking and coordination of autonomous AI coding agents — one static binary, one SQLite database per project, no accounts, no Docker, no network dependency.

This npm package is a thin, dependency-free launcher: it resolves and runs the prebuilt Go binary for your OS/CPU (shipped as an optional dependency, e.g. @rhizome-mcp/darwin-arm64) and forwards argv, stdio, exit code, and signals straight through.

Quick start

npx rhizome-mcp --version
npx rhizome-mcp init
npx rhizome-mcp connect claude

Or install it as a dev dependency / globally:

npm install --global rhizome-mcp
rhizome-mcp serve

Use with an MCP client

Works with any MCP client — VS Code, Claude Code, Claude Desktop, Cursor, or a plain mcp.json:

{
  "mcpServers": {
    "rhizome": {
      "command": "npx",
      "args": ["-y", "rhizome-mcp", "serve"]
    }
  }
}

Supported platforms

darwin-x64, darwin-arm64, linux-x64, linux-arm64, win32-x64, win32-arm64. npm installs only the one matching optional dependency for your machine.

If installation was run with --no-optional or --ignore-scripts, or your platform isn't one of the above, the launcher prints an actionable error instead of crashing, and points at the curl/PowerShell installer described in the main repository README as a fallback.

Full documentation

See the main repository for the full documentation, CLI reference, and MCP tool catalog: https://github.com/Odrin/rhizome-mcp

Keywords

mcp

FAQs

Package last updated on 25 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts