We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7fa55e commit 4f84fd2Copy full SHA for 4f84fd2
README.md
@@ -3,3 +3,25 @@
3
## Overview
4
5
A Model Context Protocol server for InterSystems IRIS database interaction and automation.
6
+
7
+## Configure Claude
8
9
+```json
10
+{
11
+ "mcpServers": {
12
+ "iris": {
13
+ "command": "uvx",
14
+ "args": [
15
+ "mcp-server-iris"
16
+ ],
17
+ "env": {
18
+ "IRIS_HOSTNAME": "localhost",
19
+ "IRIS_PORT": "1972",
20
+ "IRIS_NAMESPACE": "USER",
21
+ "IRIS_USERNAME": "_SYSTEM",
22
+ "IRIS_PASSWORD": "SYS"
23
+ }
24
25
26
+}
27
+```
0 commit comments