fabric-mcp-server
@MCP-Mirror
fabric-mcp-server について
Mirror of
基本情報
設定
ツール
2`summarize`
`create_mermaid_visualization`
概要
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.
「その他」の他のコンテンツ
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Nginx UI
0xJackyYet another WebUI for Nginx
コメント