Skip to main content
Glama
314,535 tools. Last updated 2026-07-28 13:15

".ENV" matching MCP tools:

  • Validate cross-agent handoff invariants—git config, env leaks, index lock, capture stamp—before switching coding agents to prevent inheriting corrupted state.
    MIT
  • Deploy a static or Next.js site by committing and pushing to Vercel's pipeline. Wraps git operations with governance and auto-injects ChatOps env vars.
    MIT
  • Check Numerai tournament configuration status including env booleans, dataset version, round cadence, and proxy labeling. No API calls made.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Cloudflare Workers MCP server: env-blueprint-validator

  • A complete color workflow over MCP: mix, convert, harmonize, measure, and remember palettes.

  • Store an encrypted secret in the team vault under a specified environment and key, enabling reference in deploys via vault://env/key. Each write creates a new version.
    MIT
  • Detect privacy compliance issues in local projects by scanning package.json, config files, and .env files for tracking technologies. Returns a report identifying data collection practices, third-party processors, and cookies without network access.
    MIT
  • Create a new API key for a company to integrate Sequenzy into a project. The returned key must be saved to the project's .env file as SEQUENZY_API_KEY.
    MIT
  • Retrieve a JSON manifest of all tools with implementation status, required env vars, and Tier-1 flags. Essential for CI, Onyx indexing, and honest agent planning.
    MIT
  • Reveals deployment details, commit, missing env vars (names only), and drift between manifest and provider for a deployed project.
    Apache 2.0
  • Scan git diff for new routes, webhooks, middleware, or env changes missing Pinned guards to prevent bugs or leaks.
    Apache 2.0
  • List all environment variable keys from .env and .env.example files, redacting their values.
    MIT
  • Retrieve a template by its ID to obtain details on image, environment, ports, and disk/volume configuration.
    Apache 2.0
  • Audits all projects for compliance issues—port conflicts, git remotes, .env files, Docker/PM2 config, and version problems—returning a structured plan with remediation steps.
    Business Source 1.1
  • Validate .env files against envalid schemas to catch missing variables, type mismatches, and range errors before app startup or during CI.
    MIT