Skip to content

Commit 4f84fd2

Browse files
committed
readme updated
1 parent f7fa55e commit 4f84fd2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,25 @@
33
## Overview
44

55
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

Comments
 (0)