Skip to content

Commit e69419d

Browse files
committed
fix in claude desktop installation guide
1 parent 058a381 commit e69419d

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,22 @@ To use this MCP server with Claude Desktop:
4040
export SOCKET_API_KEY=your_api_key_here
4141
```
4242

43-
3. In Claude Desktop, go to Settings > Integrations > Add Custom Integration.
43+
3. In Claude Desktop, go to Settings > Developer > Edit Config.
44+
45+
46+
```js
47+
{
48+
"mcpServers": {
49+
"socket-mcp": {
50+
"command": "socket-mcp",
51+
"args": [],
52+
"env": {
53+
"SOCKET_API_KEY": "your-api-key"
54+
}
55+
}
56+
}
57+
}
58+
```
4459

4560
4. Enter the following:
4661
- Name: Socket

0 commit comments

Comments
 (0)