<server_id>@longjianjiang/mermaid-mcp-server</server_id> <server_name>Mermaid MCP 서버</server_name> Mermaid MCP 서버
소개
Mermaid MCP 서버 공식 README에 오신 것을 환영합니다. 이 서버는 모델 컨텍스트 프로토콜(MCP)을 구현하여 LLM 애플리케이션이 mermaid.js 시각화와 통합될 수 있는 인터페이스를 제공합니다.
특징
안전한 인터페이스 : 인어 다이어그램을 생성하기 위한 안전하고 견고한 인터페이스입니다.
준수 : MCP 1.0 사양을 완벽하게 준수합니다.
최적화 : 성능과 확장성을 염두에 두고 설계되었습니다.
확장성 : 추가 도구와 리소스로 쉽게 확장할 수 있습니다.
Smithery를 통해 설치
Smithery를 통해 Claude Desktop에 Mermaid MCP Server를 자동으로 설치하려면:
지엑스피1
설치
이 저장소를 복제합니다.
npm install
실행하여 종속성을 설치합니다.npm start
실행하여 서버를 시작합니다.
용법
LLM 애플리케이션을 실행 중인 서버에 연결합니다.
tools/call
및resources/read
와 같은 MCP 메서드를 사용하여 서버와 상호 작용합니다.네이티브 인어 구문을 사용하여 아름다운 다이어그램을 생성합니다.
구성
config.json
파일을 조정하여 서버 포트 및 경로 제한과 같은 옵션을 구성합니다.
기여하다
기여를 환영합니다! 변경 사항 및 개선 사항 제출에 대한 지침은 CONTRIBUTING.md 파일을 참조하세요.
특허
이 소프트웨어는 MIT 라이선스에 따라 배포됩니다. 자세한 내용은 라이선스 파일을 참조하세요.
This server cannot be installed
LLM 애플리케이션이 mermaid.js 시각화 및 다이어그램을 생성할 수 있는 인터페이스를 제공하는 MCP(모델 컨텍스트 프로토콜)를 구현하는 서버입니다.
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol (MCP) server implementation that provides the LLM an interface for visualizing data using Vega-Lite syntax.Last updated -86
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that converts Mermaid diagrams to PNG images.Last updated -1149186MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that validates and renders Mermaid diagrams.Last updated -14140MIT License
- AsecurityFlicenseAqualityA specialized server that helps users create new Model Context Protocol (MCP) servers by providing tools and templates for scaffolding projects with various capabilities.Last updated -8885