IcePanel MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@IcePanel MCP Servershow me my architectural diagrams"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
IcePanel MCP Server (Deprecated)
⚠️ Deprecation Notice
We are deprecating this repository, we have moved to a Remote MCP Server.
For instructions on how to set that up - please refer to the docs here
🚀 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceMCP server for AI Diagram Maker — generate software engineering diagrams from natural language, code, ASCII diagram, images, or Mermaid. Inline diagram rendering using MCP apps UI and diagram URL in responses. Works with Cursor, Claude Desktop, Claude Code, and any MCP-compatible AI.Last updated5727MIT
- Alicense-qualityCmaintenanceEnables programmatic control of Cursor's cloud-based AI agents for automated code generation and repository management via standardized MCP tools.Last updated225MIT
- Alicense-qualityAmaintenanceConnects MCP clients (Claude Desktop, Cursor, Cline, Zed) to llmsproxy.ai, exposing chat, coding, and retrieval capabilities as MCP tools, resources, and prompts.Last updated28Apache 2.0
- Flicense-qualityDmaintenanceEnables LLM-powered code analysis, generation, debugging, and context management through MCP integration with IDEs like Cursor and Claude Desktop.Last updated
Related MCP Connectors
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IcePanel/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server