I

InterSystems IRIS

Provides a bridge to InterSystems IRIS databases for executing SQL queries and managing production i...

69 views
0 installs
Updated Sep 9, 2025
Not audited
Provides a bridge to InterSystems IRIS databases for executing SQL queries and managing production items through tools for database operations and system monitoring
  1. Obtain Connection Details from Your InterSystems IRIS Instance

    • Locate or set up an InterSystems IRIS database server that you have access to.
    • Ensure you have the following required details:
      • Hostname: The network address or IP of your IRIS server (e.g., localhost if running on your computer).
      • Port: The port number that your IRIS instance listens on (default is often 1972).
      • Namespace: The IRIS namespace you want to access (e.g., USER).
      • Username: Your IRIS username (e.g., _SYSTEM).
      • Password: Your IRIS user password (e.g., SYS).
  2. Gather the Credentials

    • If you are unsure about these values, contact your system administrator, or refer to your IRIS server setup documentation.
    • Default values are often:
      • Hostname: localhost
      • Port: 1972
      • Namespace: USER
      • Username: _SYSTEM
      • Password: SYS (this is the default and should be changed in production for security)
  3. Add the ENV Values in FastMCP

    • Open the FastMCP connection interface.
    • Click the “Install Now” button for the mcp-server-iris integration.
    • In the prompted fields, enter the credentials you obtained:
      • IRIS_HOSTNAME
      • IRIS_PORT
      • IRIS_NAMESPACE
      • IRIS_USERNAME
      • IRIS_PASSWORD
  4. Save the Configuration

    • Complete the setup by confirming and saving your configuration in FastMCP.

Note: If you encounter connection issues, verify that your username and password are correct and that the IRIS instance allows remote connections. For any security or connection settings, refer to the InterSystems IRIS documentation.

You do not need to create access tokens, just obtain and securely input your IRIS server credentials.

Quick Start

View on GitHub

More for Database

View All →

More for Automation

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.