DWG MCP Server✓
io.github.dimitrovakulenko/dwg-mcp-server · v0.1.4
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.dimitrovakulenko/dwg-mcp-server",
"description": "Read-only MCP server for inspecting AutoCAD DWG files",
"title": "DWG MCP Server",
"repository": {
"url": "https://github.com/dimitrovakulenko/dwg-mcp-server",
"source": "github",
"id": "1188307756"
},
"version": "0.1.4",
"websiteUrl": "https://github.com/dimitrovakulenko/dwg-mcp-server",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}