Skip to main content
Glama

MCP Server Mermaid

MIT License
198
7
  • Apple

MCP 인어

AI MCP를 사용하여 인어 다이어그램과 차트를 동적으로 생성하세요. 또한 , mcp-server-chart를 사용하여 차트, 그래프, 지도를 생성할 수 있습니다.

✨ 특징

  • Mermaid 의 모든 기능과 구문을 완벽하게 지원합니다.
  • backgroundColortheme 구성을 지원하여 대규모 AI 모델이 풍부한 스타일 구성을 출력할 수 있습니다.
  • 모델의 올바른 구문과 그래픽에 대한 여러 라운드 출력을 용이하게 하기 위해 Mermaid 에 대한 검증을 통해 png , svgmermaid 포맷으로의 내보내기를 지원합니다.

🤖 사용법

Claude, VSCode, Cline, Cherry Studio 등 Desktop APP 에서 사용하려면 아래 MCP 서버 구성을 추가하세요. Mac 시스템에서는 다음과 같습니다.

지엑스피1

Window 시스템에서:

{ "mcpServers": { "mcp-mermaid": { "command": "cmd", "args": [ "/c", "npx", "-y", "mcp-mermaid" ] } } }

또한 HTTP, SSE 프로토콜을 사용하는 aliyun, modelscope, glama.ai, smithery.ai 등에서도 사용할 수 있습니다.

🚰 SSE 또는 Streamable 전송으로 실행

패키지를 글로벌하게 설치합니다.

npm install -g mcp-mermaid

원하는 전송 옵션으로 서버를 실행하세요.

# For SSE transport (default endpoint: /sse) mcp-mermaid -t sse # For Streamable transport with custom endpoint mcp-mermaid -t streamable

그러면 다음 위치에서 서버에 접속할 수 있습니다.

  • SSE 전송: http://localhost:3033/sse
  • 스트리밍 가능한 전송: http://localhost:3033/mcp

🎮 CLI 옵션

MCP 서버를 실행할 때 다음 CLI 옵션을 사용할 수도 있습니다. run cli 명령에 -h 옵션을 추가하여 사용할 수 있습니다.

MCP Mermaid CLI Options: --transport, -t Specify the transport protocol: "stdio", "sse", or "streamable" (default: "stdio") --port, -p Specify the port for SSE or streamable transport (default: 3033) --endpoint, -e Specify the endpoint for the transport: - For SSE: default is "/sse" - For streamable: default is "/mcp" --help, -h Show this help message

🔨 개발

종속성 설치:

npm install

서버를 빌드하세요:

npm run build

MCP 서버를 시작합니다.

npm run start

📄 라이센스

MIT@ hustcc .

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

MCP 서버 인어

  1. ✨ 특징
    1. 🤖 사용법
      1. 🚰 SSE 또는 Streamable 전송으로 실행
        1. 🎮 CLI 옵션
          1. 🔨 개발
            1. 📄 라이센스

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                A server that implements the Model Context Protocol (MCP), providing an interface for LLM applications to generate mermaid.js visualizations and diagrams.
                Last updated -
                Python
                MIT License
              • -
                security
                A
                license
                -
                quality
                List of small useful mcp servers including: * docx\_replace: replace tag in word document * yt-dlp: extract chaper and subtitles base on chapter * mermaid: generate and render image using mermaidchart.com API
                Last updated -
                3
                Python
                MIT License

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/hustcc/mcp-mermaid'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server