Mcp Server Iris

Automate and interact with InterSystems IRIS databases, streamlining data manipulation and retrieval processes. Enhance application development by leveraging the Model Context Protocol for efficient database interactions.

Author

Mcp Server Iris logo

caretdev

MIT License

Quick Info

GitHub GitHub Stars 7
NPM Weekly Downloads 0
Tools 1
Last Updated 18/9/2025

Tags

databases database iris iris databases server iris database access

MseeP.ai Security Assessment Badge

mcp-server-iris: An InterSystems IRIS MCP server badge 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