In Doc Page: [Cursor MCP](https://docs.cursor.com/context/model-context-protocol) Configuring MCP Servers ``` // This example demonstrated an MCP server using the SSE format // The user should manually setup and run the server // This could be networked, to allow others to access it too { "mcpServers": { "server-name": { "url": "http://localhost:3000/sse", "env": { "API_KEY": "value" } } } } ``` how to transport ‘env’ to mcp Server? I think this is impossible, the env configuration item may mislead developers. My English is not good, so I used translation tools to report this.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by tk-xiong and has received 2 comments.