Submit

LikeC4

@LikeC4

LikeC4 MCP Server provides knowledge of your LikeC4 model to LLMs. This enables you to query your model in natural language: - “Lookup LikeC4 model and list all incoming relationships of the backend api” - “What elements from the inside of the ‘Backend’ have relations with the legacy database” - “List all elements tagged ‘legacy’ from team1 project” - “What technologies are used for ui (consider all elements with browser shape)“
Overview

What is LikeC4?

LikeC4 is a modeling language designed for describing software architecture and tools to generate diagrams from the model. It allows users to query their LikeC4 model in natural language, making it easier to understand complex relationships within software systems.

How to use LikeC4?

To use LikeC4, you can run the CLI command npx likec4 start to preview your architecture model. You can also join the Discord community for support or check the documentation for tutorials.

Key features of LikeC4?

  • Natural language querying of software architecture models.
  • Customizable notation and element types.
  • Ability to generate live diagrams from code.

Use cases of LikeC4?

  1. Visualizing software architecture for better collaboration.
  2. Generating documentation for complex systems.
  3. Facilitating discussions around architecture design in teams.

FAQ from LikeC4?

  • Can I customize the notation used in LikeC4?

Yes! LikeC4 allows you to define your own notation and element types.

  • Is there a community for support?

Yes! You can join the LikeC4 Discord community for help and discussions.

  • Is LikeC4 open source?

Yes! LikeC4 is an MIT-licensed open source project.

Server Config

{
  "mcpServers": {
    "likec4": {
      "command": "npx",
      "args": [
        "-y",
        "@likec4/mcp"
      ],
      "env": {
        "LIKEC4_WORKSPACE": "${workspaceFolder}"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.