Integrations
Provides the ability to create Mermaid visualizations through the create_mermaid_visualization pattern, enabling diagram generation within the tools framework.
fabric-mcp-server
목차
소개
fabric-mcp-server
는 Cline과의 통합을 위한 도구로 Fabric 패턴을 노출하도록 설계된 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 통합은 Fabric 저장소의 AI 기반 패턴 실행을 활용하여 Cline의 기능을 향상시킵니다.
모델 컨텍스트 프로토콜(MCP)이란 무엇입니까?
모델 컨텍스트 프로토콜(MCP)은 AI 시스템과 외부 도구 또는 리소스 간의 통신을 용이하게 하는 사양입니다. AI 모델이 데이터베이스, API, 파일 시스템과 같은 다양한 기능과 상호 작용하는 방식을 표준화합니다. fabric-mcp-server
와 같은 MCP 서버는 이 프로토콜을 구현하여 AI 모델이 도구와 리소스에 접근할 수 있도록 하여 기능 범위를 확장합니다.
특징
- 패브릭 패턴을 도구로 공개 : 이 서버는 모든 패브릭 패턴을 Cline 내에서 개별 도구로 사용할 수 있도록 합니다.
- 패턴 실행 : 사용자는 Cline 작업 내에서 Fabric 패턴을 직접 선택하고 실행할 수 있습니다.
- 향상된 기능 : AI 기반 패턴 실행을 통합하여 Cline의 기능을 강화합니다.
도구
fabric-mcp-server
다양한 Fabric 패턴을 도구로 제공합니다. 몇 가지 예는 다음과 같습니다.
analyze_claims
summarize
extract_wisdom
create_mermaid_visualization
- 그리고 더 많은 것들이 있습니다...
사용 가능한 패턴의 전체 목록을 보려면 fabric/patterns
디렉토리에 디렉토리를 나열하세요.
설치
- 저장소 복제 :
fabric-mcp-server
저장소를 로컬 시스템에 복제합니다. - 종속성 설치 :
fabric-mcp-server
디렉토리로 이동하여npm install
실행합니다. - 프로젝트 빌드 :
npm run build
실행하여 TypeScript 코드를 컴파일합니다.
용법
Cline과 함께 fabric-mcp-server
사용하려면:
- 서버가 설치되고 실행 중인지 확인하세요.
- Cline 설정 파일에서 MCP 서버를 구성합니다.
- Cline에서 새로운 작업을 만들고 사용할 패브릭 패턴을 선택하세요.
VS Code 사용을 위한 구성
- 저장소 복제 :
fabric-mcp-server
저장소를 로컬 시스템에 복제합니다. - 종속성 설치 :
fabric-mcp-server
디렉토리로 이동하여npm install
실행합니다. - 프로젝트 빌드 :
npm run build
실행합니다. - Cline 설정 구성 : MCP 서버 구성을 Cline 설정 파일에 추가합니다. 파일 경로는 운영 체제에 따라 다릅니다.
- Windows :
C:\Users\<username>\AppData\Roaming\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
- macOS :
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- 리눅스 :
~/.config/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
다음 구성을 사용하세요.
- Windows :
지엑스피1
<path-to-fabric-mcp-server>
시스템의 fabric-mcp-server
디렉터리의 실제 경로로 바꾸세요. 예:
- Windows :
"C:\\path\\to\\fabric-mcp-server\\build\\index.js"
- macOS/Linux :
"/path/to/fabric-mcp-server/build/index.js"
- VSCode를 다시 시작합니다 . VSCode를 다시 시작하거나 Cline 확장 프로그램을 다시 로드하여 변경 사항을 적용합니다.
클라인과 함께 사용하기 위한 팁
Cline에서 fabric-mcp-server
의 이점을 극대화하려면 프롬프트 끝에 use fabric-mcp-server
추가하거나 .clinerules
파일에 다음 규칙을 추가하는 것을 고려하세요.
이 규칙은 클라인의 새로운 작업을 위한 도구 선택 프로세스를 간소화합니다.
문제 해결
- Cline 설정에서
fabric-mcp-server
올바르게 구성되었는지 확인하세요. - 서버가 실행 중이고 접속 가능한지 확인하세요.
- 콘솔 출력에서 오류 메시지를 확인하세요.
기여하다
fabric-mcp-server
에 대한 기여를 환영합니다. 기여 방법에 대한 지침은 CONTRIBUTING.md 파일을 참조하세요.
특허
fabric-mcp-server
MIT 라이선스 에 따라 배포됩니다.
You must be authenticated.
Tools
Cline을 위한 도구로 Fabric 패턴을 제공하는 MCP 서버로, Cline 작업 내에서 AI 기반 패턴 실행을 직접 지원합니다.
Related Resources
Related MCP Servers
- -securityFlicense-qualityA TypeScript implementation of a Model Context Protocol (MCP) server that exposes Dify workflows as tools for AI systems to interact with.Last updated -9TypeScript
- AsecurityAlicenseAqualityA tool that helps manage and synchronize MCP server configurations across different AI assistant clients (Cline, Roo Code, WindSurf, Claude), automating the process of retrieving, listing, adding, and removing server configurations from client configuration files.Last updated -661JavaScriptMIT License
- -securityAlicense-qualityAn MCP server implementation that standardizes how AI applications access tools and context, providing a central hub that manages tool discovery, execution, and context management with a simplified configuration system.Last updated -9PythonMIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) server that wraps the dbt CLI tool, enabling AI coding agents to interact with dbt projects through standardized MCP tools. Developed by Mammoth Growth.Last updated -8PythonMIT License