Band's MCP Server https://github.com/kanghouchao/band-mcp-server
955
This document explains how to configure an MCP client, such as Claude Desktop, to use the band-mcp-server Docker image on-demand.
With this configuration, the client will automatically start a temporary Docker container when it needs to access the tool, and the container will be removed after use.
claude_desktop_config.json file.mcpServers object.{
"mcpServers": {
"band-api": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"BAND_ACCESS_TOKEN=your_band_api_access_token",
"kanghouchao/band-mcp-server:latest"
]
}
}
}
IMPORTANT:
your_band_api_access_token with your actual token from the Band Developer Portal.mcpServers object already exists in your file, just add the "band-api" entry inside it.That's it. There are no containers to start or manage manually. The client will now handle the Docker container lifecycle automatically.
Content type
Image
Digest
sha256:d6dbc36ad…
Size
58.8 MB
Last updated
12 months ago
docker pull kanghouchao/band-mcp-server