LeanIX MCP Integration
@pavanmadiraju-leanix
关于 LeanIX MCP Integration
The LeanIX MCP Integration is a Model Context Protocol server that bridges LeanIX's enterprise architecture platform with AI assistants. It exposes LeanIX's GraphQL API as MCP tools, enabling AI assistants like Claude to query and manage fact sheets using natural language and gen
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"leanix-mcp-integration": {
"command": "node",
"args": [
"server.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is LeanIX MCP Integration?
A Model Context Protocol (MCP) server that connects LeanIX to AI assistants. It exposes LeanIX’s GraphQL API as five MCP tools, enabling AI assistants to read and write LeanIX fact sheets. It is designed for developers who want to interact with their LeanIX workspace through conversational interfaces like Claude.
How to use LeanIX MCP Integration?
Ensure Node.js v14+ and a LeanIX workspace with an API token. Clone the repository, run npm install, and create a .env file with LEANIX_SUBDOMAIN and LEANIX_TOKEN. For Claude Desktop, add a server configuration to its config file pointing to server.js. Start the server with node server.js and test through any MCP‑compatible client.
Key features of LeanIX MCP Integration
- Fact Sheet Overview: get counts and statistics of fact sheets
- Search: find fact sheets by name
- Subscription Management: view subscribers of specific fact sheets
- Create Fact Sheets: add new fact sheets to the workspace
- Update Fact Sheets: modify existing fact sheet information
Use cases of LeanIX MCP Integration
- Query workspace‑level fact sheet statistics through an AI assistant
- Search for specific fact sheets without opening the LeanIX UI
- Manage subscriptions and understand who follows a fact sheet
- Automate creation and updates of fact sheets from chat prompts
FAQ from LeanIX MCP Integration
What dependencies or runtime does LeanIX MCP Integration require?
Node.js v14 or higher, a LeanIX workspace with an API token, and basic familiarity with GraphQL and MCP.
Where does data live and how is authentication handled?
All data remains in your LeanIX workspace. Authentication uses a LeanIX API token stored in the .env file as LEANIX_TOKEN, along with the workspace subdomain.
What transport or protocol does this server use?
The server communicates via MCP over stdio (Node.js process) and works with any MCP‑compatible client, such as Claude Desktop.
How are GraphQL schema changes handled?
Always verify the current LeanIX GraphQL schema in their documentation or GraphiQL interface, as it may change over time.
What is the required response format for MCP tools?
All tool responses must be an object with a content array containing objects with type: "text" and a text field.
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论