MCP Hub
Back to servers

InterSystems IRIS

A Model Context Protocol server that bridges InterSystems IRIS databases with AI models, enabling SQL query execution and database automation.

Stars
7
Forks
6
Updated
Nov 23, 2025
Validated
Jan 11, 2026

MseeP.ai Security Assessment Badge

mcp-server-iris: An InterSystems IRIS MCP server

mcp-server-iris: An InterSystems IRIS MCP server

Overview

A Model Context Protocol server for InterSystems IRIS database interaction and automation.

Configure Claude

{
  "mcpServers": {
    "iris": {
      "command": "uvx",
      "args": [
        "mcp-server-iris"
      ],
      "env": {
        "IRIS_HOSTNAME": "localhost",
        "IRIS_PORT": "1972",
        "IRIS_NAMESPACE": "USER",
        "IRIS_USERNAME": "_SYSTEM",
        "IRIS_PASSWORD": "SYS"
      }
    }
  }
}

ClaudeIRISInteroperability

Reviews

No reviews yet

Sign in to write a review