MCP server (beta)
Last updated
Was this helpful?
Last updated
Was this helpful?
IcePanel contains a rich amount of data about your software architecture — everything from systems, apps, stores, components, relationships, and the details about them. As your model grows, making sense of your architecture gets harder.
Connect your data in IcePanel with your LLM of choice and ask it questions to quickly get answers about your software architecture.
The Model Context Protocol (MCP) is a standard for applications to communicate with LLMs. Anthropic created MCP in November 2024, and it has quickly gained widespread adoption. Think of it as a layer between your app and LLMs, a .
MCP is an open protocol supported by most apps like Cursor, Claude and CoPilot. ChatGPT plans on releasing an integration . IcePanel’s MCP integration will work with any app that supports .
After configuring your AI client with IcePanel, you’ll be able to ask it things like:
What are my landscapes?
Details about any model objects — “What does IcePanel do?”
Object relationships — “What is this API service connected to?”
Technology information — “What are the most commonly used tech in my system?”
Team ownership — “What does team X own?”
Node.js (Latest LTS version recommended)
One of the supported MCP Clients:
Claude Desktop
Cursor
Windsurf
Get your organization's ID
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
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:
MIT License
Thanks to our beta testers and community members
Visit
Visit
Reach out to if you experience any issues.