Injects environment variables into Cursor MCP server definitions.
Envmcp allows you to securely manage and utilize environment variables within your Cursor MCP server configurations. Instead of hardcoding sensitive information like API keys or database connection strings directly into your configuration files, envmcp loads these variables from an environment file (either a specified file or a `.env.mcp` file in the user's home directory). This separation of configuration and secrets enhances security and simplifies deployment across different environments, making your MCP server configurations more maintainable and robust.