MCP.so
登录

Ilograph MCP Server

@QuincyMillerDev

关于 Ilograph MCP Server

暂无概览

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

QuincyMillerDev

配置

使用下面的配置,将此服务器添加到你的 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 服务器