This one validates environment variable configurations against blueprints for Cloudflare Workers deployments. The repository is currently empty, so implementation details aren't available yet, but the intent is clear from the name and remote endpoint. You'd use this when you need to ensure your Workers have the right env vars defined before deployment, catching missing or misconfigured values early. It runs as a Cloudflare Worker itself and exposes an MCP interface over streamable HTTP at api.lazy-mac.com. Useful if you're managing multiple Workers projects and want consistency checks on environment setup without manual verification.
claude mcp add --transport http io.github.lazymac2x-env-blueprint-validator https://api.lazy-mac.com/env-blueprint-validator/mcp