io.github.Sam-AEC/aec-model-bridge icon
io.github.Sam-AEC

aec-model-bridge

AEC Model Bridge

Independent MCP integration for Autodesk Revit software through a local bridge.

stdiocommunityapplication

Package Details

Transportstdio
File SHA256f2ecdb8784c3f4f82a91a8a7d6673be473ae2cbf1ac1b5be0da9dd53aea19450

Environment Variables

MCP_REVIT_WORKSPACE_DIR(str)
Required

Workspace root directory for server file operations.

MCP_REVIT_ALLOWED_DIRECTORIES(str)
Required

Semicolon-delimited allow-list of directories the server can access.

MCP_REVIT_MODE(str)

Server mode: mock or bridge.

MCP_REVIT_BRIDGE_URL(str)

Bridge URL, for example http://127.0.0.1:3000 (required when MCP_REVIT_MODE=bridge).

MCP_REVIT_AUDIT_LOG(str)

Path to the audit log file.

MCP_REVIT_LOG_LEVEL(str)

Python log level, for example INFO or DEBUG.