Skip to content
VS Code

archlang mcp for VS Code

io.github.chanmeng666/archlang-mcp

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

client:VS Code transport:stdio runtime:npm

Install archlang mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

archlang mcp in other clients