mcp-server

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 is a cutting-edge solution designed to enhance the functionality of Model Context Protocol (MCP) clients. It allows organizations to manage and integrate their data efficiently through a secure and reliable server. The server is currently in beta, and users are encouraged to provide feedback to help improve its features and performance. With a focus on security, the server requires users to generate an API key and use their organization's ID to ensure that only authorized personnel can access the data. The server is compatible with popular MCP clients such as Claude Desktop, Cursor, and Windsurf, making it a versatile choice for various organizational needs. By leveraging the latest Node.js technology, IcePanel MCP Server offers a robust and scalable solution for managing complex data landscapes.

Features

  • Secure API Key Authentication
  • Compatibility with Multiple MCP Clients
  • Customizable API Base URL
  • Easy Installation and Configuration
  • Beta Feedback and Support

Usages

usage with claude desktop

{
  "mcpServers": {
    "@icepanel/icepanel": {
      "command": "npx",
      "args": ["-y", "@icepanel/mcp-server@latest", "API_KEY=\"your-api-key\"", "ORGANIZATION_ID=\"your-org-id\""]
    }
  }
}

usage with cursor

{
  "mcpServers": {
    "@icepanel/icepanel": {
      "command": "npx",
      "args": ["-y", "@icepanel/mcp-server@latest", "API_KEY=\"your-api-key\"", "ORGANIZATION_ID=\"your-org-id\""]
    }
  }
}

usage with windsurf

{
  "mcpServers": {
    "@icepanel/icepanel": {
      "command": "npx",
      "args": ["-y", "@icepanel/mcp-server@latest", "API_KEY=\"your-api-key\"", "ORGANIZATION_ID=\"your-org-id\""]
    }
  }
}