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.

コメント

「その他」の他のコンテンツ