.env → Config
.env → Config
07
.env → Config
Converts .env-style key-value text into a structured mcpServers configuration block. Useful when your MCP server URLs or API keys are stored in environment variables and you want to generate the exact config that Claude or Cursor expects.
Output
The output is a JSON object suitable for pasting into claude_desktop_config.json or your Cursor MCP settings. Variables can be referenced by name so you can keep secrets in .env and generate the config at deploy time.