iris-execute-mcp-v2

jbrandtmse/iris-execute-mcp-v2
★ 8 stars TypeScript Code/Dev Tools Updated today
IRIS MCP Server Suite: Comprehensive suite of MCP servers for InterSystems IRIS.
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}