Ilograph MCP Server
@QuincyMillerDev
Ilograph MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"ilograph-mcp-server": {
"command": "docker",
"args": [
"build",
"-t",
"ilograph-mcp-server",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Ilograph MCP Server?
Ilograph MCP Server is an MCP‑compliant server that automatically analyzes source code in Python, JavaScript/TypeScript, and Java to generate native .ilograph diagram files. It can optionally render diagrams as SVG, PNG, HTML, or PDF via the Ilograph Export API. The server is designed for developers and architects who want to produce architecture diagrams from existing codebases and integrate them with AI‑assisted tools.
How to use Ilograph MCP Server?
Install via pip (pip install -e .) or Docker, then start the server with python -m src.main serve. Use the CLI command python -m src.main analyze /path/to/project to scan a codebase and produce an .ilograph file. The server exposes six MCP tools (e.g., analyze_codebase, generate_diagram, render_diagram) that can be invoked by AI assistants like JetBrains AI Assistant or GitHub Copilot.
Key features of Ilograph MCP Server
- Native .ilograph file generation for the Ilograph editor
- Multi‑language support (Python, JavaScript/TypeScript, Java)
- MCP protocol compliance for AI assistant integration
- Optional Ilograph Export API for SVG/PNG/HTML/PDF rendering
- Containerized deployment with Docker and Docker Compose
- Production‑ready logging, monitoring, and health endpoints
Use cases of Ilograph MCP Server
- Automatically extract and visualize architecture from an existing codebase
- Generate up‑to‑date diagram files for project documentation
- Create architectural diagrams on demand within JetBrains or GitHub Copilot
- Export diagrams as images for reports or presentations
FAQ from Ilograph MCP Server
What are the runtime requirements for Ilograph MCP Server?
Python 3.10 or higher is required. Docker is optional for containerized deployment.
Do I need an Ilograph API key?
An Ilograph API key is required only for rendering diagrams (SVG, PNG, HTML, PDF) via the Ilograph Export API. Analysis and .ilograph file generation work without a key.
Which programming languages are supported?
The server can analyze Python, JavaScript, TypeScript, and Java codebases.
How can I deploy Ilograph MCP Server?
You can run it directly with Python and pip, or use the provided Dockerfile and Docker Compose configuration for containerized deployment. Kubernetes manifests are also included.
What transport and authentication does the server use?
The server communicates over HTTP (default port 8000) and exposes a health check endpoint. API‑key authentication is optional and used only for the Ilograph Export API rendering features.
「その他」の他のコンテンツ
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Nginx UI
0xJackyYet another WebUI for Nginx
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
コメント