MCP.so
Sign In

Ilograph MCP Server

@QuincyMillerDev

About Ilograph MCP Server

No overview available yet

Basic information

Category

Other

License

MIT license

Runtime

python

Transports

stdio

Publisher

QuincyMillerDev

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "ilograph-mcp-server": {
      "command": "docker",
      "args": [
        "build",
        "-t",
        "ilograph-mcp-server",
        "."
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers