AgentHubAgentHub

LastBlueTape

MCP ServerMCP Registry官方收录

io.github.vulkanr/lastbluetape-mcp · v1.0.1

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

概览

LastBlueTape 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "lastbluetape-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@lastbluetape/mcp-server"
      ],
      "env": {
        "LASTBLUETAPE_API_KEY": "<LASTBLUETAPE_API_KEY>"
      }
    }
  }
}

环境变量

LASTBLUETAPE_API_KEY必填secret

Your LastBlueTape API key for authentication (starts with lbt_)

LASTBLUETAPE_PAYMENT_METHOD可选secret

Optional Stripe payment method ID (pm_xxx) for auto-upgrading lists to Pro

相关资源

统一 Manifest

{
  "id": "io.github.vulkanr/lastbluetape-mcp",
  "type": "mcp-server",
  "version": "1.0.1",
  "displayName": "LastBlueTape",
  "description": "Construction punch list management for AI agents. Create lists, add items, track progress.",
  "repository": {
    "url": "https://github.com/vulkanr/lastbluetape-mcp",
    "source": "github"
  },
  "homepage": "https://lastbluetape.com/docs",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@lastbluetape/mcp-server",
        "version": "1.0.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "LASTBLUETAPE_API_KEY",
            "description": "Your LastBlueTape API key for authentication (starts with lbt_)",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "LASTBLUETAPE_PAYMENT_METHOD",
            "description": "Optional Stripe payment method ID (pm_xxx) for auto-upgrading lists to Pro",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.vulkanr/lastbluetape-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.vulkanr%2Flastbluetape-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
LastBlueTape — MCP Server 安装与配置 · AgentHub