Skip to content
Cursor

envspeak for Cursor

io.github.patrizzos/envspeak

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

client:Cursor transport:stdio runtime:npm

Install envspeak in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

envspeak in other clients