fabric-mcp-server

fabric-mcp-server

An MCP server exposing Fabric patterns as tools for AI task execution.

17
Stars
4
Forks
0
Releases

Overview

The fabric-mcp-server is a Model Context Protocol (MCP) server designed to expose Daniel Miessler's Fabric patterns as tools for integration with AI coding agents and assistants. By presenting Fabric’s patterns as MCP tools, the server enables AI systems to discover, select, and execute pattern-driven tasks within AI workflows. It supports Claude Desktop, Cline, and other MCP-compatible agents, offering cross-platform compatibility. The server exposes a broad catalog of Fabric patterns as individual tools (as shown in the example list such as analyze_claims, summarize, extract_wisdom, create_mermaid_visualization, etc.), with the full set available under Fabric’s data/patterns directory. Installation involves cloning the repository, running npm install, and building the TypeScript project with npm run build, producing a build/index.js that is launched via Node. Configuration steps include adding an MCP server entry to Claude Desktop or Cline settings, and the README provides example JSON blocks for both environments. This setup enables AI assistants to orchestrate Fabric-powered tasks within conversations, enhancing capabilities through AI-driven pattern execution.

Details

Owner
adapoet
Language
JavaScript
License
MIT License
Updated
2025-12-07

Features

Exposes Fabric Patterns as Tools

Makes all Fabric patterns available as individual tools within MCP-compatible AI agents.

Pattern Execution

Allows users to select and execute Fabric patterns directly within AI assistant tasks.

Enhanced Capabilities

Integrates AI-driven pattern execution to augment AI assistant functionality.

Cross-Platform Compatibility

Works with Claude Desktop, Cline, and other MCP-compatible AI agents.

Audience

AI developersIntegrate Fabric patterns as tools for AI agents and assistants via MCP.

Tags

FabricMCPtoolsAI agentsClaude DesktopClinepattern executionCross-PlatformNode.jsTypeScript