Skip to main content
Glama

Ilograph

🎯 Ilograph MCP Server

The Ilograph MCP Server is a Model Context Protocol (MCP) server that provides AI agents with comprehensive access to Ilograph documentation, validation tools, and diagram creation guidance. Transform complex architecture documentation with intelligent assistance.

Use Cases

  • Automated Diagram Creation: Generate Ilograph diagrams through natural language descriptions
  • Real-time Validation: Validate existing diagrams with detailed error analysis and suggestions
  • Documentation Access: Get instant access to comprehensive Ilograph documentation and best practices
  • Learning & Examples: Explore curated diagram examples with detailed explanations

Important: This is an unofficial, community-driven project and is not affiliated with or endorsed by Ilograph LLC. The server provides educational and development assistance by accessing publicly available Ilograph documentation and resources.

Caution: The outputs and recommendations provided by the MCP server are generated dynamically and may vary based on the query and model. Users should thoroughly review all outputs to ensure they align with their project requirements and verify against official Ilograph documentation before implementation.

Prerequisites

  1. Docker: Docker installed and running
  2. MCP-compatible client: Claude Desktop, VS Code, Cursor, etc.

Quick Start

Add to Your MCP Client

Add this configuration to your MCP client:

VS Code:

Add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing Ctrl + Shift + P and typing Preferences: Open User Settings (JSON).

More about using MCP server tools in VS Code's agent mode documentation.

{ "mcp": { "servers": { "ilograph": { "command": "docker", "args": [ "run", "-i", "--rm", "ghcr.io/quincymillerdev/ilograph-mcp-server:latest" ] } } } }

Optionally, you can add a similar example (i.e. without the mcp key) to a file called .vscode/mcp.json in your workspace. This will allow you to share the configuration with others.

{ "servers": { "ilograph": { "command": "docker", "args": [ "run", "-i", "--rm", "ghcr.io/quincymillerdev/ilograph-mcp-server:latest" ] } } }

Claude Desktop / Cursor / Jetbrains AI Assistant:

{ "mcpServers": { "ilograph": { "command": "docker", "args": ["run", "-i", "--rm", "ghcr.io/quincymillerdev/ilograph-mcp-server:latest"] } } }

That's it! 🎉

Tool Configuration

Available Tools

The following tools are available for comprehensive Ilograph workflow support:

CategoryToolDescription
Documentationfetch_documentation_toolFetches comprehensive documentation from Ilograph's official sources with intelligent caching
Documentationlist_documentation_sectionsLists all available documentation sections with descriptions and coverage areas
Documentationcheck_documentation_healthPerforms health checks and returns cache statistics for documentation service
Specificationfetch_spec_toolFetches the official Ilograph specification with complete property definitions and types
Specificationcheck_spec_healthPerforms health checks specifically on the specification service connectivity
Exampleslist_examplesLists available Ilograph example diagrams categorized by complexity and use case
Examplesfetch_exampleRetrieves specific example diagrams with metadata, learning context, and explanations
Validationvalidate_diagram_toolValidates Ilograph diagram syntax and provides detailed error messages with suggestions
Validationget_validation_helpProvides comprehensive guidance on diagram validation and common issues resolution
Iconssearch_icons_toolSearches the live Ilograph icon catalog with semantic matching and provider filtering
Iconslist_icon_providers_toolLists all available icon providers (AWS, Azure, GCP, etc.) and their service categories

Contributing

Contributions are welcome! This project needs:

  • 🐛 Bug fixes - Always appreciated!
  • 📚 Documentation improvements - Help make things clearer
  • New tools - Add more Ilograph functionality
  • 🔧 Code quality - Better error handling, etc.

📖 See CONTRIBUTING.md for detailed development setup, testing, and submission guidelines.

Features

  • 📚 Live Documentation Access: Fetches up-to-date documentation from official Ilograph sources
  • 🔍 Comprehensive Section Coverage: Access to all major Ilograph concepts (resources, perspectives, contexts, etc.)
  • ✅ Advanced Diagram Validation: YAML and Ilograph schema validation with detailed error messages and suggestions
  • ⚡ Intelligent Caching: TTL-based caching with fallback strategies for optimal performance
  • 🛠️ Tool-First Design: Compatible with all current MCP clients (Cursor, Claude Desktop, VS Code, etc.)
  • 📋 Curated Example Library: Real-world Ilograph diagrams with learning context and explanations
  • 🎨 Smart Icon Search: Semantic search through Ilograph's icon catalog with provider filtering
  • 🔄 Health Monitoring: Built-in service health checks and status reporting
  • 🏗️ Architecture Pattern Detection: Identifies common patterns and provides optimization suggestions

Need Help?

License

This project is licensed under the MIT License - see the LICENSE file for details.

This project is not affiliated with, endorsed by, or connected to Ilograph LLC. This is an independent, community-driven tool that accesses publicly available Ilograph documentation and resources for educational and development purposes.

  • The Ilograph name and related trademarks are property of Ilograph LLC
  • This tool accesses publicly available documentation under fair use principles
  • Users should refer to official Ilograph documentation for authoritative information
  • No commercial relationship exists between this project and Ilograph LLC

Built with ❤️ for the Ilograph community

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Provides access to up-to-date Ilograph documentation and syntax validation capabilities.

  1. Use Cases
    1. Prerequisites
      1. Quick Start
        1. Add to Your MCP Client
      2. Tool Configuration
        1. Available Tools
      3. Contributing
        1. Features
          1. Need Help?
            1. License
              1. Legal Disclaimer
                1. Links

                  Related MCP Servers

                  • A
                    security
                    A
                    license
                    A
                    quality
                    Provides up to date dependency information of Clojure libraries
                    Last updated -
                    2
                    19
                    5
                    JavaScript
                    MIT License
                    • Apple
                  • A
                    security
                    F
                    license
                    A
                    quality
                    Drawing Tool for AI Assistants
                    Last updated -
                    4
                    1
                    JavaScript
                  • -
                    security
                    A
                    license
                    -
                    quality
                    Algolia
                    Last updated -
                    18
                    Go
                    MIT License
                    • Apple

                  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/QuincyMillerDev/ilograph-mcp-server'

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