We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nickweedon/google-docs-mcp-docker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
build.md•530 B
# Build Google Docs MCP Docker Image
Stop and remove any existing containers using the google-docs-mcp image, then build a fresh Docker image.
Steps:
1. Find all containers (running or stopped) that use the google-docs-mcp image using `docker ps -a --filter ancestor=google-docs-mcp --format "{{.ID}}"`
2. If any containers are found:
- Stop and remove them using `docker rm -f <container_id>`
3. Build the Docker image using `docker compose build`
Execute these steps sequentially and report the results of each operation.