MCP Server
MCP
DWG MCP Server
Read-only MCP server for inspecting AutoCAD DWG files
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
By
Comments
Sign in to leave a comment