@workweaver/workmemory-mcp
v0.2.1
Published
One-line WorkMemory MCP installer for Claude Desktop, Claude Code, Codex, Cursor, Gemini, OpenCode, OpenClaw, Hermes, and generic MCP clients. v0.2.0 ships the substrate tools (decision_trace, precedents, replay, contest, awareness_snapshot, subscribe_eve
Maintainers
Readme
@workweaver/workmemory-mcp
One-line WorkMemory MCP installer for Claude Desktop, Claude Code, Codex, Cursor, Gemini, OpenCode, OpenClaw, Hermes, Goose, Grok, Grok Build, and generic MCP clients.
Install
npx @workweaver/workmemory-mcp claude-desktop
npx @workweaver/workmemory-mcp claude-code
npx @workweaver/workmemory-mcp codex
npx @workweaver/workmemory-mcp cursor
npx @workweaver/workmemory-mcp gemini
npx @workweaver/workmemory-mcp opencode
npx @workweaver/workmemory-mcp openclaw
npx @workweaver/workmemory-mcp hermes
npx @workweaver/workmemory-mcp goose
npx @workweaver/workmemory-mcp grok
npx @workweaver/workmemory-mcp grok-build
npx @workweaver/workmemory-mcp generic-mcpFor first-class local config generation, use:
ww connect <target> --dry-run --json
ww connect <target> --applyUntil this package exists on npm, npx @workweaver/workmemory-mcp 404s. Connect without npm: HTTP MCP at /memory/mcp, or local .venv/bin/python -m apps.backend.workmemory.mcp --stdio. Maintainers publish through GitHub environment npm secret NPM_TOKEN and sdk-release.yml — procedure in skills/dev/workweaver-sdk-publish/SKILL.md.
Requirements
- Node.js >= 18
- A WorkMemory API key (
ww_mem_*). Create one at https://workweaver.ai/memory/settings
Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| WORKMEMORY_API_KEY | Yes | Your WorkMemory API key (ww_mem_*) |
If WORKMEMORY_API_KEY is not set, the installer will prompt you.
