Source:
docs/QUICKSTART.mddeveloper-experiencemanualFabric MCP — Alpha Quickstart
Five minutes from npx to indexing your repo.
Prerequisites
- Node.js 18+
- Claude Code CLI installed and signed in.
Install
npx -y @cognisos/fabric-mcp@beta setupThe setup command signs you in via your browser and registers Fabric with
Claude Code. The @beta tag is required.
Verify
Restart Claude Code, then in any project run:
/mcpYou should see fabric listed.
First workflow
In Claude Code:
Use
fabric_indexto index this project.
Indexing takes a few seconds for a small repo. The local index lives under
~/.fabric/index/v2/.
If anything looks off, run npx @cognisos/fabric-mcp@beta doctor.
