@stepbook/mcp
v0.2.0
Published
MCP server exposing stepbook CLI commands as tools for MCP-aware harnesses (Claude Code, Cursor, etc.).
Readme
@stepbook/mcp
An MCP server that exposes stepbook's CLI commands as tools, so MCP-aware harnesses (Claude Code, Cursor, etc.) can drive your pipeline directly.
The package provides a stepbook-mcp binary that speaks MCP over stdio. Each tool maps to a stepbook command and returns its --json envelope as structured content.
Configure your harness
No install step — point your editor's MCP config at @stepbook/mcp via npx -y,
which fetches and caches it on first launch:
{
"mcpServers": {
"stepbook": {
"command": "npx",
"args": ["-y", "@stepbook/mcp"]
}
}
}Run it from (or point it at) a stepbook project directory. Prefer a fixed binary
on PATH? npm install -g @stepbook/mcp, then use "command": "stepbook-mcp".
