InterSystems IRIS

by caretdev

2 stars
1.6k downloads
Not rated
GitHub Website

About

Provides a bridge to InterSystems IRIS databases for executing SQL queries and managing production items through tools for database operations and system monitoring

Details

Author
caretdev
Repository
caretdev/mcp-server-iris
GitHub stars
2
Downloads
1,572
License
MIT License
Categories
Database, Other, AI, Design, Developer Tools, Search, Infrastructure
Tags
#integration

- Model Context Protocol server for InterSystems IRIS
- Enables LLM interaction with IRIS databases
- Supports database automation tasks
- Integrates with Claude Desktop
- Installed and run via uv

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name InterSystems IRIS
    Command (node, npx, python, etc.) uvx
    Arguments
    • Argument 1 mcp-server-iris
    Environment
    • IRIS_PORT 1972
    • IRIS_HOSTNAME localhost
    • IRIS_PASSWORD SYS
    • IRIS_USERNAME _SYSTEM
    • IRIS_NAMESPACE USER

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

- Claude Desktop
- uv

{
  "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

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

Linux

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

Macos

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

Windows

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

mcp-server-iris: An InterSystems IRIS MCP server

mcp-server-iris: An InterSystems IRIS MCP server

AModel Context Protocolserver for InterSystems IRIS database interaction and automation.

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

Official MCP server for dbt (data build tool) providing integration with dbt Core/Cloud CLI, project metadata discovery, model information, and semantic layer querying capabilities.

Query and analyze data with MotherDuck and local DuckDB

A collection of tools for managing the platform, addressing data quality and reading and writing to Teradata Database.

A read-only MCP server for Avro data sources, powered by the CData JDBC Driver.

Run SQL queries on data in Amazon S3 using AWS Athena.

Interact with Bauplan data tables and run queries.

Production-grade MCP server for Databricks: SQL Warehouses, Jobs API, multi-workspace support.

Visual no-code generator that turns any database into multiple scoped MCP servers — one per access group, with PII masking and fail-closed query scoping built in.

A read-only MCP server by CData that enables LLMs to query live data from EnterpriseDB databases.

A read-only MCP server for MySQL, enabling LLMs to query live data using the CData JDBC Driver.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.