leanix-pathfinder-mcp-server
Version:
MCP Server for LeanIX Pathfinder API - Enterprise Architecture Management Platform
75 lines • 1.45 kB
JSON
{
"servers": {
"leanix-pathfinder": {
"command": "node",
"args": [
"C:/flowise/LeanIXmcp/dist/index.js"
],
"env": {
"LEANIX_BASE_URL": "https://tmhcc.leanix.net",
"LEANIX_CLIENT_ID": "apitokenn",
"LEANIX_CLIENT_SECRET": "LXT_2T764Y64eJkC2pGTFfQh4Aj5vPjN65KgnCp5U5fc"
},
"type": "stdio"
},
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"${workspaceFolder}"
],
"type": "stdio"
},
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
],
"type": "stdio"
},
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
],
"type": "stdio"
},
"github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github@2025.4.8"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "${input:github_token}"
},
"type": "stdio"
},
"brave-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-brave-search@0.6.2"
],
"env": {
"BRAVE_API_KEY": "${input:brave_api_key}"
},
"type": "stdio"
}
},
"inputs": [
{
"id": "github_token",
"type": "promptString",
"description": "GitHub Personal Access Token"
},
{
"id": "brave_api_key",
"type": "promptString",
"description": "Enter your Brave Search API key"
}
]
}