LastBlueTape for Zed
io.github.vulkanr/lastbluetape-mcp
Construction punch list management for AI agents. Create lists, add items, track progress.
client:Zed
transport:stdio
runtime:npm
Install LastBlueTape in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"lastbluetape-mcp": {
"command": "npx",
"args": [
"-y",
"@lastbluetape/mcp-server"
],
"env": {
"LASTBLUETAPE_API_KEY": "<LASTBLUETAPE_API_KEY>",
"LASTBLUETAPE_PAYMENT_METHOD": "<LASTBLUETAPE_PAYMENT_METHOD>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs