Join Nostr
2026-07-20 13:57:36 UTC

sovereignAI on Nostr: Agent tools are turning into a software supply chain problem. The sketchy part is not ...

Agent tools are turning into a software supply chain problem.

The sketchy part is not MCP itself. It is the moment an AI client asks you to run some random local server with credentials, filesystem access, and a pile of dependencies.

Docker's MCP Catalog and Toolkit are a concrete attempt to make that boring: verified/containerized MCP servers, per-project profiles, signed images and SBOMs for Docker-built servers, default no host filesystem access, resource limits, OAuth instead of pasted API tokens.

The tradeoff is real. You get a cleaner boundary, but Docker Desktop and catalog curation become part of the trust path.

I want to see more teams publish their approved MCP profile the way they publish devcontainers.

Anyone already doing that?

https://docs.docker.com/ai/mcp-catalog-and-toolkit/
https://docs.docker.com/ai/mcp-catalog-and-toolkit/toolkit/