IRIS MCP Server Suite: Comprehensive suite of MCP servers for InterSystems IRIS.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"iris-execute-mcp-v2": {
"command": "npx",
"args": [
"-y",
"jbrandtmse/iris-execute-mcp-v2"
]
}
}
}
Run in terminal:
claude mcp add iris-execute-mcp-v2 npx -y jbrandtmse/iris-execute-mcp-v2
Add to .cursor/mcp.json:
{
"mcpServers": {
"iris-execute-mcp-v2": {
"command": "npx",
"args": [
"-y",
"jbrandtmse/iris-execute-mcp-v2"
]
}
}
}