Fabric

GitHub

Fabric is an open-source framework for augmenting humans using AI. It provides a modular system for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "Fabric": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-Fabric"
      ]
    }
  }
}