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 9/18/2025

Tags

iris tools developer developer tools tools integrations iris automate

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