@fenglimg/fabric-server
v2.6.0
Published
Fabric MCP knowledge server — stdio transport for Claude Code / Codex CLI, manages .fabric/ knowledge base + agents.meta.json + event ledger.
Maintainers
Readme
@fenglimg/fabric-server
Fabric MCP knowledge server. Runs over stdio transport and serves Claude Code and Codex CLI from a single .fabric/ directory.
Tools exposed
fab_recall— single-step recall: returns candidate descriptions + native read paths (no body delivery over MCP; read a body on demand via a native Read of the returned path)fab_archive_scan— scan recent work for archive-worthy knowledge candidatesfab_propose— persist a pending knowledge entryfab_pending— read-only browse/search of pending + canonical knowledge (list/search)fab_review— write-only triage of pending knowledge (approve/reject/modify/modify-content/modify-content-batch/modify-layer/defer/retire)
Install
Usually installed indirectly via @fenglimg/fabric-cli:
npm i -g @fenglimg/fabric-cli
fabric installDirect consumption (programmatic):
npm i @fenglimg/fabric-serverRepo
Source + issues + roadmap: https://github.com/fenglimg/fabric-v2
License
MIT — see LICENSE.
