data-intelligence-mcp-server

IBM/data-intelligence-mcp-server
★ 17 stars Python 💻 Code/Dev Tools Updated today
data-intelligence-mcp-server is a centralized Model Context Protocol (MCP) server that provides a unified gateway for exposing and managing MCP tools across microservices in the Watsonx Data Intelligence ecosystem
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "data-intelligence-mc": {
      "command": "uvx",
      "args": [
        "data-intelligence-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install data-intelligence-mcp-server