@cdr-kit/mcp
v0.5.2
Published
Stdio MCP server for Story CDR — wrapper around @cdr-kit/cli so `npx @cdr-kit/mcp` Just Works in any MCP host.
Readme
@cdr-kit/mcp
A Model Context Protocol server for Story CDR — one binary that plugs into Claude Desktop, Cursor, OpenClaw, and any MCP host. Exposes the @cdr-kit/tools set (discover / subscribe / access) over stdio.
npm install -g @cdr-kit/mcp # provides the `cdr-kit-mcp` binaryConfigure your host (env supplies the agent's testnet wallet + Story API):
// Claude Desktop / Cursor mcp config
{
"mcpServers": {
"cdr-kit": {
"command": "cdr-kit-mcp",
"env": { "PRIVATE_KEY": "0x…", "STORY_API_URL": "https://…" }
}
}
}# OpenClaw
openclaw mcp set cdr-kit cdr-kit-mcpstdio transport: the server logs only to stderr (stdout is the protocol channel).
