IcePanel/mcp-server
3.3
If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
IcePanel MCP Server is a beta-stage server designed to integrate with Model Context Protocol (MCP) clients, facilitating seamless communication and data management.
IcePanel MCP Server
⚠️ Beta Notice
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.
🚀 Getting Started
Prerequisites
- Node.js (Latest LTS version recommended)
- One of the supported MCP Clients:
- Claude Desktop
- Cursor
- Windsurf
Installation
- 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
Environment Variables
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
Configure your MCP Client
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\""]
}
}
}
✉️ Support
- Reach out to if you experience any issues.
📝 License
MIT License
🙏 Acknowledgments
- Thanks to our beta testers and community members