construct-mcp

DevontiaW/construct-mcp
★ 0 stars Python 🧠 Memory/Knowledge Updated 7d ago
Open-source MCP server for construction business automation. Construction-vertical reference implementation of Daniel Williams' cc4nc architecture pattern, with Echo as the persistent memory substrate.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "construct-mcp": {
      "command": "uvx",
      "args": [
        "construct-mcp"
      ]
    }
  }
}

Or install with pip: pip install construct-mcp