cbm-tool: a cross-platform CLI helper for indexing and editor setup #1160
Replies: 1 comment
-
|
Thanks for sharing this and for clearly presenting it as a community wrapper rather than an official installer. The local workflow focus is useful, and we appreciate the effort across Bash and PowerShell. Because Thanks as well for offering to align the naming and documentation with upstream conventions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi — sharing a small community helper I built around
codebase-memory-mcp.What it is
cbm-tool(cbm) is a lightweight cross-platform wrapper (Bash + PowerShell) that makes day-to-day use ofcodebase-memory-mcpa bit smoother:index_repository— modes, persistence, cross-repo targets, list projects, open the local graph UIcbm setup— auto-detect and configure local AI editors (Claude Code, Cursor, Codex CLI, Cline, Windsurf) with rules that prefer the knowledge graph when exploring codecbm update— updatecbmitself or call through tocodebase-memory-mcp's own updaterIt does not replace the official installer or MCP server. You still need
codebase-memory-mcpinstalled;cbmjust wraps common workflows.Quick examples
Windows:
.\bin\cbm.ps1 . .\bin\cbm.ps1 setup -Editor cursorLinks
cbm/cbm.ps1assets): https://github.com/fxjs/cbm-tool/releases/tag/v1.0.0MIT licensed. Feedback welcome — happy to adjust naming/docs if anything conflicts with upstream conventions.
Beta Was this translation helpful? Give feedback.
All reactions