ice-panel-mcp-server

mihailt/ice-panel-mcp-server
★ 2 stars TypeScript 🤖 AI/LLM Updated 1mo ago
Official Model Context Protocol Server integrating the IcePanel SDK. Features 100% test coverage natively orchestrating L1, L2, L3 diagram generation and capability flows.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ice-panel-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mihailt/ice-panel-mcp-server"
      ]
    }
  }
}