fabric-mcp-server
@MCP-Mirror
About fabric-mcp-server
Mirror of
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
2`summarize`
`create_mermaid_visualization`
Overview
What is fabric-mcp-server?
fabric-mcp-server is a Model Context Protocol (MCP) server that exposes Fabric patterns as tools for integration with Cline. It enhances Cline's capabilities by leveraging AI-driven pattern execution from the Fabric repository.
How to use fabric-mcp-server?
Clone the repository, run npm install and npm run build to compile the TypeScript code. Configure the MCP server in your Cline settings file with the path to build/index.js, then restart VSCode. Create a new task in Cline and select a Fabric pattern to use.
Key features of fabric-mcp-server
- Exposes Fabric patterns as individual tools within Cline.
- Users can select and execute Fabric patterns directly in Cline tasks.
- Integrates AI-driven pattern execution to augment Cline's functionality.
- Supports a wide range of patterns (e.g., analyze_claims, summarize, extract_wisdom).
- Provides a
.clinerulestip to streamline pattern selection.
Use cases of fabric-mcp-server
- Running pattern-based AI tasks inside Cline without leaving the editor.
- Enhancing Cline workflows with pre-built Fabric patterns for summarization, analysis, or visualization.
- Automating repetitive text-processing tasks by attaching Fabric patterns to new Cline tasks.
FAQ from fabric-mcp-server
What is fabric-mcp-server and how does it relate to Fabric?
fabric-mcp-server is an MCP server that exposes Fabric patterns as tools for Cline. It acts as a bridge between Cline and the Fabric pattern repository, enabling AI-driven pattern execution.
How do I install fabric-mcp-server?
Clone the repository, run npm install in the directory, then npm run build to compile. See the installation section for details.
How do I configure fabric-mcp-server for VS Code?
Add the MCP server configuration to your Cline settings file (located at OS-specific paths). Use JSON with "command": "node", "args": ["<path-to>/build/index.js"], and set "transportType": "stdio". Restart VSCode after editing.
Where does fabric-mcp-server run? Does it require network access?
The server runs locally via stdio transport. No remote endpoints or cloud services are mentioned—it executes Fabric patterns from the local repository.
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

EverArt
modelcontextprotocolModel Context Protocol Servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments