MCPServerConnector

jdw112/MCPServerConnector
★ 0 stars Java AI/LLM Updated today
IBM Security Directory Integrator (SDI 10 /VDI 11) Server-mode connector that turns an AssemblyLine into an MCP (Model Context Protocol) server, exposing governed SDI integration logic as tools callable by AI clients like Claude.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpserverconnector": {
      "command": "npx",
      "args": [
        "-y",
        "jdw112/MCPServerConnector"
      ]
    }
  }
}