leanix-mcp-integration

leanix-mcp-integration

0

This project is a Model Context Protocol server that integrates LeanIX with AI assistants by exposing LeanIX's GraphQL API as MCP tools. It provides several functionalities such as searching, creating, and updating fact sheets, and is compatible with MCP clients like Claude.

LeanIX MCP Integration

A Model Context Protocol (MCP) server that connects LeanIX to AI assistants, exposing LeanIX's GraphQL API as MCP tools.

Core Functionality

  • Fact Sheet Overview: Provides counts and statistics of fact sheets.
  • Search: Find fact sheets by name.
  • Subscription Management: View fact sheet subscriptions.
  • Create Fact Sheets: Add new fact sheets.
  • Update Fact Sheets: Modify fact sheet details.

Prerequisites

  • Node.js (v14 or higher)
  • LeanIX workspace and API token
  • Basic understanding of GraphQL and MCP

Getting Started

  1. Clone the repository
  2. Install dependencies
  3. Set up .env with LeanIX credentials

Common Pitfalls and Solutions

  • Keep GraphQL schema updated.
  • Ensure response formatting and error handling.
  • Validate environment variables.

Claude Desktop Configuration

Add MCP server configuration to Claude's config for LeanIX operations.

Testing Your Integration

Start the server and test using an MCP-compatible client.

Resources

  • LeanIX API Documentation
  • GraphQL Documentation
  • Model Context Protocol Documentation