Odel
archlang

archlang

Local
@chanmeng6668TypeScriptMITUpdated 3 days ago

Compile, describe, lint, validate, score and repair multi-storey and curved ArchLang floor plans.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@chanmeng666/archlang-mcpv0.2.15

Run

npx -y @chanmeng666/archlang-mcp

MCP client config

{
  "mcpServers": {
    "archlang": {
      "command": "npx",
      "args": [
        "-y",
        "@chanmeng666/archlang-mcp"
      ]
    }
  }
}