Skip to content
Cursor

env for Cursor

io.github.ryudi84/env

MCP server for .env file validation, parsing, and comparison.

client:Cursor transport:stdio runtime:npm

Install env in Cursor

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

{
  "mcpServers": {
    "env": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "env-forge-mcp"
      ]
    }
  }
}

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

env in other clients