Metadata-Version: 2.4
Name: mcp-server-iris
Version: 0.1.2b5
Summary: A Model Context Protocol server for InterSystems IRIS.
Author: CaretDev Corp.
Maintainer-email: Dmitry Maslennikov <dmitry@caretdev.com>
License: MIT
License-File: LICENSE
Keywords: automation,iris,llm,mcp
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Requires-Dist: intersystems-irispython>=5.1.0
Requires-Dist: mcp[cli]>=1.2.0
Requires-Dist: starlette>=0.36.0
Requires-Dist: uvicorn>=0.27.0
Description-Content-Type: text/markdown

# mcp-server-iris: An InterSystems IRIS MCP server

<a href="https://glama.ai/mcp/servers/@caretdev/mcp-server-iris">
  <img width="380" height="200" src="https://glama.ai/mcp/servers/@caretdev/mcp-server-iris/badge" />
</a>

## Overview

A [Model Context Protocol](https://modelcontextprotocol.io/introduction) server for InterSystems IRIS database interaction and automation.

## Configure Claude

- [Claude Desktop](https://claude.ai/download)
- [uv](https://docs.astral.sh/uv/getting-started/installation/)

```json
{
  "mcpServers": {
    "iris": {
      "command": "uvx",
      "args": [
        "mcp-server-iris"
      ],
      "env": {
        "IRIS_HOSTNAME": "localhost",
        "IRIS_PORT": "1972",
        "IRIS_NAMESPACE": "USER",
        "IRIS_USERNAME": "_SYSTEM",
        "IRIS_PASSWORD": "SYS"
      }
    }
  }
}
```

![ClaudeIRISInteroperability](https://github.com/user-attachments/assets/ec5b90e6-1cd3-467a-8875-72a13606a747)
