Skip to main content
Glama
521,841 tools. Updated 2026-09-06 12:24

".ENV" matching MCP tools:

  • Scan the config/ folder for .env files and identify available configuration files to use with RESTForge runtime. Helps confirm which config to pass when generating launch scripts.
    MIT
  • 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
  • List vault secret names referenced by each installed server's env variables to verify credentials are set or detect missing references. No secret values are exposed.
    Cryptographic Autonomy 1.0 (Combined Work Exception)
  • 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

Matching MCP Servers

Matching MCP Connectors

  • 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 registered MCP tools, including implementation status, required env vars, and Tier-1 flags. Use it to verify tool readiness before planning workflows or running CI.
    MIT
  • Reveals deployment details, commit, missing env vars (names only), and drift between manifest and provider for a deployed project.
    Apache 2.0
  • Create a new API key for a workspace. The plaintext token is returned exactly once—copy it to CI secrets or local env immediately. Requires Pro tier and owner role.
    MIT
  • Identify available provider presets, their allowed hosts, expected fields, and env-var mappings to add credentials correctly.
    MIT
  • Query Shodan for host intelligence or banner search. IP address → host lookup (open ports, org, CVEs). Any other string → keyword/service search. Requires SHODAN_API_KEY env var.
    MIT
  • Check IP, domain, URL, or file hash against VirusTotal's 70+ antivirus engines and threat intelligence. Auto-detects input type. Requires VIRUSTOTAL_API_KEY env var.
    MIT
  • Scan git diff for new routes, webhooks, middleware, or env changes missing Pinned guards to prevent bugs or leaks.
    Apache 2.0
  • Atomically bind an existing .env secret to multiple OpenServerless endpoints, making it available as ctx.<SECRET>. Removes the need to configure the same secret separately for each endpoint.
    Apache 2.0
  • Retrieve the step-by-step onboarding flow to turn a restaurant repository into a live Crave-powered app: log in, create organization, connect .env, import menu, and run.
    MIT
  • Enhanced IP intelligence using IP2Location Security Plan. Returns geolocation, ISP, ASN, and detects VPN, proxy, Tor exit nodes, and datacenter hosting. Sponsored integration. Requires IP2LOCATION_API_KEY env var.
    MIT
  • Fetch any public URL through the Bright Data Web Unlocker API, bypassing Cloudflare, CAPTCHA, and bot-protection. Returns the page as clean Markdown. Requires BRIGHTDATA_API_KEY and BRIGHTDATA_UNLOCKER_ZONE env vars.
    MIT
  • List all environment variable keys from .env and .env.example files, redacting their values.
    MIT
  • Search Censys for internet-facing infrastructure data. IP address → open ports, services, ASN, country. Domain → certificate history, SANs, issuer, first/last seen. Requires CENSYS_API_ID and CENSYS_SECRET env vars.
    MIT