MCP.so
登录

fabric-mcp-server

@adapoet

关于 fabric-mcp-server

The fabric-mcp-server is an MCP server that integrates Fabric patterns with AI coding agents and assistants, exposing them as tools for AI-driven task execution and enhancing capabilities.

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

adapoet

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "fabric-mcp-server": {
      "command": "node",
      "args": [
        "<path-to-fabric-mcp-server>/build/index.js"
      ],
      "env": {}
    }
  }
}

工具

2

`summarize`

`create_mermaid_visualization`

概览

What is fabric-mcp-server?

fabric-mcp-server is a Model Context Protocol (MCP) server that exposes Daniel Miessler’s Fabric patterns as tools for AI coding agents and assistants. It integrates with platforms like Claude Desktop, Cline, and other MCP-compatible AI agents to augment their capabilities with AI-driven pattern execution.

How to use fabric-mcp-server?

Clone the repository, run npm install, then npm run build. Configure the server in your AI agent’s settings file (e.g., claude_desktop_config.json for Claude Desktop or cline_mcp_settings.json for Cline) by specifying the path to build/index.js with the node command and stdio transport. Once configured, simply mention a Fabric pattern in a conversation or task to use it.

Key features of fabric-mcp-server

  • Exposes all Fabric patterns as individual MCP tools.
  • Enables direct pattern execution within AI assistant tasks.
  • Integrates AI-driven pattern execution to augment capabilities.
  • Compatible with Claude Desktop, Cline, and other MCP agents.

Use cases of fabric-mcp-server

  • Analyze claims, summarize content, or extract wisdom during AI-assisted conversations.
  • Generate Mermaid visualizations using the create_mermaid_visualization pattern.
  • Streamline pattern selection in Cline by adding a .clinerules rule.
  • Use with Claude Desktop by simply mentioning a Fabric pattern.

FAQ from fabric-mcp-server

What exactly does fabric-mcp-server do?

It makes all Fabric patterns available as tools that MCP-compatible AI agents can call directly during tasks.

How do I get the full list of available patterns?

List the directories in the fabric/patterns directory of the Fabric repository.

What dependencies are required?

Node.js must be installed; the server runs via the node command using stdio transport.

How do I troubleshoot if it doesn’t work?

Check the configuration file paths, ensure the server is running, verify paths to build/index.js, and check console for error messages.

Does it require authentication?

No authentication is configured; the env object is empty in the example configurations.

评论

其他 分类下的更多 MCP 服务器