hello just fyi the provided example doesn't work on windows, but if you specify it like this it does, and I imagine its more universal across all OS's as well.
"icepanel": {
"command": "npx",
"args": ["-y", "@icepanel/mcp-server@latest"],
"env": {
"DEBUG": "*",
"API_KEY": "something",
"ORGANIZATION_ID": "something"
}
},