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 058a381 commit e69419dCopy full SHA for e69419d
README.md
@@ -40,7 +40,22 @@ To use this MCP server with Claude Desktop:
40
export SOCKET_API_KEY=your_api_key_here
41
```
42
43
-3. In Claude Desktop, go to Settings > Integrations > Add Custom Integration.
+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
+```
59
60
4. Enter the following:
61
- Name: Socket
0 commit comments