IcePanel MCP Server is currently in beta. We appreciate your feedback and patience as we continue to improve the MCP Server.
Please use MCP Servers with caution; only install tools you trust.
- Node.js (minimum v18+, Latest LTS version recommended)
- One of the supported MCP Clients:
- Claude Desktop
- Cursor
- Windsurf
- Get your organization's ID
- Visit IcePanel
- Head to your Organization's Settings:
- Click on your landscape in the top left to open the dropdown
- Beside your org name, click the gear icon
- Keep your "Organization Identifier" handy!
-
Generate API Key
- Visit IcePanel
- Head to your Organization's Settings:
- Click on your landscape in the top left to open the dropdown
- Beside your org name, click the gear icon
- Click on the 🔑 API keys link in the sidebar
- Generate a new API key
- Read permissions recommended
-
Install
- Add the configuration to your MCP Client's MCP config file. (See below)
API_KEY: Your IcePanel API key (required)ORGANIZATION_ID: Your IcePanel organization ID (required)ICEPANEL_API_BASE_URL: (Optional) Override the API base URL for different environments
Add this to your MCP Clients' MCP config file:
{
"mcpServers": {
"@icepanel/icepanel": {
"command": "npx",
"args": ["-y", "@icepanel/mcp-server@latest", "API_KEY=\"your-api-key\"", "ORGANIZATION_ID=\"your-org-id\""]
}
}
}- Reach out to Support if you experience any issues.
MIT License
- Thanks to our beta testers and community members