Skip to main content
Glama

InterSystems IRIS MCP Server

README.md1.15 kB
[![MseeP.ai Security Assessment Badge](https://mseep.net/pr/caretdev-mcp-server-iris-badge.png)](https://mseep.ai/app/caretdev-mcp-server-iris) # 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> # mcp-server-iris: An InterSystems IRIS MCP server ## 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)

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/caretdev/mcp-server-iris'

If you have feedback or need assistance with the MCP directory API, please join our Discord server