MCP Server
InterSystems IRIS MCP Server
Execute SQL Query on InterSystems IRIS Do some monitoring and manipulations with Interoperability
5
GitHub Stars
8/18/2025
Last Updated
MCP Server Configuration
1{
2 "name": "iris",
3 "command": "uvx",
4 "args": [
5 "mcp-server-iris"
6 ],
7 "env": {
8 "IRIS_HOSTNAME": "localhost",
9 "IRIS_PORT": "1972",
10 "IRIS_NAMESPACE": "USER",
11 "IRIS_USERNAME": "_SYSTEM",
12 "IRIS_PASSWORD": "SYS"
13 }
14}
JSON14 lines
README Documentation
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"
}
}
}
}
Quick Install
Quick Actions
Key Features
Model Context Protocol
Secure Communication
Real-time Updates
Open Source