MCP.so
登录

fabric-mcp-server

@MCP-Mirror

关于 fabric-mcp-server

Mirror of

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

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 .clinerules tip 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.

评论

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