mcp-server-iris
Automate and interact with InterSystems IRIS databases, streamlining data manipulation and retrieval processes. Enhance application development by leveraging the Model Context Protocol for efficient database interactions.
Author

caretdev
MIT License
Quick Info
Tools 1
Last Updated 2026-02-19
Actions
Tags
databasesdatabaseirisiris databasesserver irisdatabase access
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"
}
}
}
}

