iris-agentic-dev

intersystems-community/iris-agentic-dev
★ 8 stars Rust AI/LLM Updated 1mo ago ✓ Clean
AI coding tools for InterSystems IRIS — single binary MCP server for VS Code Copilot and Claude Code
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-agentic-dev": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "iris-agentic-dev"
      ]
    }
  }
}