LastBlueTape for Windsurf
io.github.vulkanr/lastbluetape-mcp
Construction punch list management for AI agents. Create lists, add items, track progress.
client:Windsurf
transport:stdio
runtime:npm
Install LastBlueTape in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"lastbluetape-mcp": {
"command": "npx",
"args": [
"-y",
"@lastbluetape/mcp-server"
],
"env": {
"LASTBLUETAPE_API_KEY": "<LASTBLUETAPE_API_KEY>",
"LASTBLUETAPE_PAYMENT_METHOD": "<LASTBLUETAPE_PAYMENT_METHOD>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs