mdm-mcp-server

IBM/mdm-mcp-server
★ 6 stars Python 🔌 API Integration Updated 6d ago
mdm-mcp-server is a Model Context Protocol (MCP) server that provides AI assistants with seamless access to IBM Master Data Management (MDM) services through standardized REST API interactions.
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": {
    "mdm-mcp-server": {
      "command": "uvx",
      "args": [
        "mdm-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install mdm-mcp-server