← Back to Plugins
MCP Server MCP

LastBlueTape

github By github 👁 1 views ▲ 0 votes

Construction punch list management for AI agents. Create lists, add items, track progress.

Homepage Verified source GitHub

Install

npx -y @lastbluetape/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@lastbluetape/mcp-server",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your LastBlueTape API key for authentication (starts with lbt_)",
          "isRequired": true,
          "isSecret": true,
          "name": "LASTBLUETAPE_API_KEY"
        },
        {
          "description": "Optional Stripe payment method ID (pm_xxx) for auto-upgrading lists to Pro",
          "isSecret": true,
          "name": "LASTBLUETAPE_PAYMENT_METHOD"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...