mmar-mcp-server

ProTech001/mmar-mcp-server
★ 0 stars TypeScript AI/LLM Updated 7d ago
MCP Server for the MM-AR Metamodeling Platform — enables LLMs to create metamodels and model instances via natural language
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mmar-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ProTech001/mmar-mcp-server"
      ]
    }
  }
}