<server_id>@longjianjiang/mermaid-mcp-server</server_id> <server_name>マーメイドMCPサーバー</server_name> マーメイドMCPサーバー
導入
Mermaid MCPサーバーの公式READMEへようこそ。このサーバーはモデルコンテキストプロトコル(MCP)を実装し、LLMアプリケーションとmermaid.jsの可視化を統合するためのインターフェースを提供します。
特徴
安全なインターフェース: マーメイド ダイアグラムを生成するための安全で堅牢なインターフェース。
準拠: MCP 1.0 仕様に完全に準拠しています。
最適化: パフォーマンスとスケーラビリティを考慮して設計されています。
拡張可能: 追加のツールやリソースを使用して簡単に拡張できます。
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Mermaid MCP Server を自動的にインストールするには:
インストール
このリポジトリをクローンします。
依存関係をインストールするには、
npm install
実行します。npm start
を実行してサーバーを起動します。
使用法
LLM アプリケーションを実行中のサーバーに接続します。
サーバーと対話するには、
tools/call
やresources/read
などの MCP メソッドを使用します。ネイティブの Mermaid 構文を使用して美しい図を生成します。
構成
config.json
ファイルを調整して、サーバー ポートやパスの制限などのオプションを構成します。
貢献
貢献を歓迎します!変更や改善の提出方法については、CONTRIBUTING.md ファイルをご覧ください。
ライセンス
このソフトウェアはMITライセンスに基づいてリリースされています。詳細はLICENSEファイルをご覧ください。
This server cannot be installed
モデル コンテキスト プロトコル (MCP) を実装するサーバー。LLM アプリケーションが mermaid.js の視覚化とダイアグラムを生成するためのインターフェイスを提供します。
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