InterSystems IRIS
Interact with and automate InterSystems IRIS databases.
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"
}
}
}
}
Related Servers
Firebolt
Connect your LLM to the Firebolt Data Warehouse for data querying and analysis.
PostgreSQL MCP Server
A Kotlin-based MCP server for interacting with PostgreSQL databases.
MySQL
Access MySQL databases to inspect schemas and execute SQL queries via a NodeJS-based server.
Salesforce MCP Server
Enables natural language interaction with Salesforce data. Query, modify, and manage Salesforce objects and records.
AnalyticDB for MySQL
An interface for AI agents to interact with AnalyticDB for MySQL databases, allowing them to retrieve metadata and execute SQL operations.
PostgreSQL Multi-Schema
Provides read-only access to PostgreSQL databases with multi-schema support, allowing LLMs to inspect schemas and execute queries across different namespaces.
Airtable
Interact with Airtable's API to manage bases, tables, and records.
CouchDB MCP Server
A server for interacting with CouchDB databases.
PostgreSQL
Provides read-only access to PostgreSQL databases, allowing LLMs to inspect schemas and execute queries.
Gel
Provides tools and resources for coding agents to interact with the Gel database, including automatic project configuration for query builders and ORMs.