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 9/18/2025
Actions
Tags
iris tools developer developer tools tools integrations iris automate
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"
}
}
}
}