← Back to Plugins
MCP Server MCP

DWG MCP Server

github By github 👁 1 views ▲ 0 votes

Read-only MCP server for inspecting AutoCAD DWG files

Homepage Verified source GitHub

Install

npx -y @dmytro-prototypes/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@dmytro-prototypes/dwg-mcp-server",
      "version": "0.1.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Semicolon-separated absolute host folders that may be opened read-only. Defaults to ~/Documents when omitted by the npm Docker launcher.",
          "format": "string",
          "placeholder": "/absolute/path/to/dwg/files;/another/dwg/folder",
          "name": "DWG_MCP_HOST_FOLDERS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...