Enables interaction with InterSystems IRIS databases, allowing for database queries, data manipulation, and automation through the IRIS connection parameters (hostname, port, namespace, credentials).

mcp-server-iris: An InterSystems IRIS MCP server
Overview
A Model Context Protocol server for InterSystems IRIS database interaction and automation.
Related MCP server: MySQL MCP Server
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"
}
}
}
}