OpenTakeoff for Zed
io.github.kentucky-ai/opentakeoff
Construction takeoff for AI agents: load plans, set scale, measure, count, export with provenance.
client:Zed
transport:stdio
runtime:npm
Install OpenTakeoff in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"opentakeoff": {
"command": "npx",
"args": [
"-y",
"opentakeoff-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs