Fabric MCP Server
@ksylvan
About Fabric MCP Server
Fabric MCP Server: Seamlessly integrate Fabric AI capabilities into MCP-enabled tools like IDEs and chat interfaces.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"fabric-mcp": {
"command": "uv",
"args": [
"sync",
"--dev"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Fabric MCP Server?
Fabric MCP Server is a standalone server that bridges Daniel Miessler’s Fabric AI framework with the Model Context Protocol (MCP), allowing Fabric’s patterns, models, and configurations to be used directly within MCP‑enabled applications such as IDE extensions or chat interfaces.
How to use Fabric MCP Server?
Install from PyPI with pip install fabric-mcp or uv pip install fabric-mcp. Run fabric-mcp with --stdio (default) for standard I/O transport or --http-streamable for HTTP‑based communication. The server requires a running Fabric REST API instance (fabric --serve). Configure the Fabric base URL, API key, and log level via the environment variables FABRIC_BASE_URL, FABRIC_API_KEY, and FABRIC_MCP_LOG_LEVEL.
Key features of Fabric MCP Server
- Seamless integration of Fabric patterns into MCP clients
- Empowers LLMs in IDEs to use Fabric’s specialized prompts
- Adheres to the open MCP standard for AI tool integration
- Builds on Fabric’s existing CLI and REST API without modifying core
- Exposes MCP tools for listing patterns, running patterns, listing models, and retrieving configuration
- Exposes Fabric pattern templates as MCP prompts for discovery and reuse
Use cases of Fabric MCP Server
- Refactor code inside an IDE using a Fabric pattern invoked via MCP
- Explain code or generate documentation by calling Fabric prompts from a chat interface
- List available Fabric patterns and models directly from an MCP‑aware assistant
- Run a custom Fabric workflow without leaving the editor
FAQ from Fabric MCP Server
What is Fabric?
Fabric is an open‑source framework focused on prompt engineering and modular AI workflows to augment human capabilities.
What is MCP?
MCP (Model Context Protocol) is an open standard that enables AI applications to securely interact with external tools and data sources.
How does Fabric MCP Server work?
An MCP host connects to this server, discovers tools and prompts, then sends requests. The server translates those requests into REST API calls to a running fabric --serve instance, which executes the pattern. The response is streamed back to the host.
What are the prerequisites?
Python 3.10 or newer, and a running Fabric REST API server (fabric --serve). For development, the uv tool is required.
What transport options are available?
The server supports standard I/O (--stdio, default) and HTTP streamable (--http-streamable) transports. For the HTTP transport, you can customize the host, port, and MCP endpoint path.
More Other MCP servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Codelf
unbugA search tool helps dev to solve the naming things problem.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments