New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@icepanel/mcp-server

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@icepanel/mcp-server

IcePanel MCP Server for integrating with MCP clients

latest
npmnpm
Version
0.2.0
Version published
Maintainers
2
Created
Source

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 (minimum v18+, 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

  • Add the configuration to your MCP Client's MCP config file. (See below)

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 Support if you experience any issues.

📝 License

MIT License

🙏 Acknowledgments

  • Thanks to our beta testers and community members

Keywords

icepanel

FAQs

Package last updated on 09 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts