Skip to content

Commit 476404d

Browse files
authored
Update README.md
1 parent e15746c commit 476404d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,24 @@ can for example be plugged in to Claude Desktop as shown below. That module use
131131
![Gry_C3FXkAAxVvN](https://github.com/user-attachments/assets/74c210b9-9a0a-4de8-8845-81380f11e4a5)
132132

133133

134+
To integrate the MCP server with Claude Desktop you need to firstly run gradle `shadowJar` task and then select "Edit Config" under Developer Settings and add something
135+
like the following (update with your path)
136+
137+
```
138+
{
139+
"mcpServers": {
140+
"kotlin-peopleinspace": {
141+
"command": "java",
142+
"args": [
143+
"-jar",
144+
"/Users/john.oreilly/github/PeopleInSpace/mcp-server/build/libs/serverAll.jar",
145+
"--stdio"
146+
]
147+
}
148+
}
149+
}
150+
```
151+
134152

135153
### Languages, libraries and tools used
136154

0 commit comments

Comments
 (0)