A Model Context Protocol (MCP) server that exposes Daniel Miessler's Fabric patterns as tools for AI coding agents, enhancing AI capabilities with pattern execution for Claude Desktop, Cline, and other MCP-compatible platforms.
Analyzes claims using a Fabric pattern.
Summarizes content using a Fabric pattern.
Extracts wisdom using a Fabric pattern.
Creates Mermaid visualizations using a Fabric pattern.
{
"fabric-mcp-server": {
"command": "node",
"args": [
"<path-to-fabric-mcp-server>/build/index.js"
],
"env": {},
"disabled": false,
"autoApprove": [],
"transportType": "stdio",
"timeout": 60
}
}