Show HN: I ran 70 MCP servers in a sandbox and logged what they do
A developer ran 70 MCP servers in a sandboxed environment using Docker and strace to log runtime behavior, finding that 67 were clean at startup, 3 made outbound HTTPS connections consistent with their functions, and 1 r…