Odel
EnvSpeak

EnvSpeak

Local
@patrizzosJavaScriptMITUpdated 1w ago

MCP server and CLI that resolves config/env-var cascade across .env, docker-compose, and Kubernetes

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@patrizzos/envspeakv0.1.0

Run

npx -y @patrizzos/envspeak

MCP client config

{
  "mcpServers": {
    "envspeak": {
      "command": "npx",
      "args": [
        "-y",
        "@patrizzos/envspeak"
      ]
    }
  }
}