Skip to content

Commit 89b96d1

Browse files
authored
docs: readme add docker hub integration details (#271)
1 parent 20e6753 commit 89b96d1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,9 @@ To create a canary release, add the `beta` tag to your PR branch.
313313
This publishes the package to [pkg.pr.new](https://pkg.pr.new/) for staging and testing before merging.
314314
See [the workflow file](.github/workflows/pre_release.yaml) for details.
315315

316+
## 🐋 Docker Hub integration
317+
The Apify MCP Server is also available on [Docker Hub](https://hub.docker.com/mcp/server/apify-mcp-server/overview), registered via the [mcp-registry](https://github.com/docker/mcp-registry) repository. The entry in `servers/apify-mcp-server/server.yaml` should be deployed automatically by the Docker Hub MCP registry (deployment frequency is unknown). **Before making major changes to the `stdio` server version, be sure to test it locally to ensure the Docker build passes.** To test, change the `source.branch` to your PR branch and run `task build -- apify-mcp-server`. For more details, see [CONTRIBUTING.md](https://github.com/docker/mcp-registry/blob/main/CONTRIBUTING.md).
318+
316319
# 🐛 Troubleshooting (local MCP server)
317320

318321
- Make sure you have `node` installed by running `node -v`.

0 commit comments

Comments
 (0)