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.
基本情報
設定
以下の設定を使って、このサーバーを 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_visualizationpattern. - Streamline pattern selection in Cline by adding a
.clinerulesrule. - 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.
「その他」の他のコンテンツ
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

EverArt
modelcontextprotocolModel Context Protocol Servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Nginx UI
0xJackyYet another WebUI for Nginx
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
コメント