@crush-protocol/mcp-client 0.4.11 → 0.4.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +58 -62
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -43,7 +43,7 @@ This writes MCP config for all supported hosts at once. To target a single host:
|
|
|
43
43
|
### Client Configuration
|
|
44
44
|
|
|
45
45
|
<details>
|
|
46
|
-
<summary><
|
|
46
|
+
<summary><strong>Cursor</strong></summary>
|
|
47
47
|
|
|
48
48
|
[](https://cursor.com/install-mcp?name=crush-protocol&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkBjcnVzaC1wcm90b2NvbC9tY3AtY2xpZW50Il19)
|
|
49
49
|
|
|
@@ -58,23 +58,23 @@ This writes MCP config for all supported hosts at once. To target a single host:
|
|
|
58
58
|
}
|
|
59
59
|
```
|
|
60
60
|
|
|
61
|
-
[](https://docs.cursor.com/context/model-context-protocol)
|
|
62
62
|
|
|
63
63
|
</details>
|
|
64
64
|
|
|
65
65
|
<details>
|
|
66
|
-
<summary><
|
|
66
|
+
<summary><strong>Claude Code</strong></summary>
|
|
67
67
|
|
|
68
68
|
```sh
|
|
69
69
|
claude mcp add --scope user crush-protocol -- npx -y @crush-protocol/mcp-client
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
-
[](https://docs.anthropic.com/en/docs/claude-code/mcp)
|
|
73
73
|
|
|
74
74
|
</details>
|
|
75
75
|
|
|
76
76
|
<details>
|
|
77
|
-
<summary><
|
|
77
|
+
<summary><strong>OpenAI Codex</strong></summary>
|
|
78
78
|
|
|
79
79
|
**CLI:** `codex mcp add crush-protocol -- npx -y @crush-protocol/mcp-client`
|
|
80
80
|
|
|
@@ -87,12 +87,12 @@ args = ["-y", "@crush-protocol/mcp-client"]
|
|
|
87
87
|
startup_timeout_ms = 20000
|
|
88
88
|
```
|
|
89
89
|
|
|
90
|
-
[](https://developers.openai.com/codex/mcp)
|
|
91
91
|
|
|
92
92
|
</details>
|
|
93
93
|
|
|
94
94
|
<details>
|
|
95
|
-
<summary><
|
|
95
|
+
<summary><strong>Google Gemini CLI</strong></summary>
|
|
96
96
|
|
|
97
97
|
Add to `~/.gemini/settings.json`:
|
|
98
98
|
|
|
@@ -107,12 +107,12 @@ Add to `~/.gemini/settings.json`:
|
|
|
107
107
|
}
|
|
108
108
|
```
|
|
109
109
|
|
|
110
|
-
[](https://google-gemini.github.io/gemini-cli/docs/tools/mcp-server.html)
|
|
111
111
|
|
|
112
112
|
</details>
|
|
113
113
|
|
|
114
114
|
<details>
|
|
115
|
-
<summary><
|
|
115
|
+
<summary><strong>VS Code</strong></summary>
|
|
116
116
|
|
|
117
117
|
Add to `.vscode/mcp.json`:
|
|
118
118
|
|
|
@@ -128,12 +128,12 @@ Add to `.vscode/mcp.json`:
|
|
|
128
128
|
}
|
|
129
129
|
```
|
|
130
130
|
|
|
131
|
-
[](https://code.visualstudio.com/docs/copilot/chat/mcp-servers)
|
|
132
132
|
|
|
133
133
|
</details>
|
|
134
134
|
|
|
135
135
|
<details>
|
|
136
|
-
<summary><
|
|
136
|
+
<summary><strong>Windsurf</strong></summary>
|
|
137
137
|
|
|
138
138
|
```json
|
|
139
139
|
{
|
|
@@ -146,12 +146,12 @@ Add to `.vscode/mcp.json`:
|
|
|
146
146
|
}
|
|
147
147
|
```
|
|
148
148
|
|
|
149
|
-
[](https://docs.windsurf.com/windsurf/cascade/mcp)
|
|
150
150
|
|
|
151
151
|
</details>
|
|
152
152
|
|
|
153
153
|
<details>
|
|
154
|
-
<summary><
|
|
154
|
+
<summary><strong>Claude Desktop</strong></summary>
|
|
155
155
|
|
|
156
156
|
Edit `claude_desktop_config.json`:
|
|
157
157
|
|
|
@@ -166,12 +166,12 @@ Edit `claude_desktop_config.json`:
|
|
|
166
166
|
}
|
|
167
167
|
```
|
|
168
168
|
|
|
169
|
-
[](https://modelcontextprotocol.io/quickstart/user)
|
|
170
170
|
|
|
171
171
|
</details>
|
|
172
172
|
|
|
173
173
|
<details>
|
|
174
|
-
<summary><
|
|
174
|
+
<summary><strong>OpenCode</strong></summary>
|
|
175
175
|
|
|
176
176
|
Add to `~/.config/opencode/opencode.json`:
|
|
177
177
|
|
|
@@ -188,12 +188,12 @@ Add to `~/.config/opencode/opencode.json`:
|
|
|
188
188
|
}
|
|
189
189
|
```
|
|
190
190
|
|
|
191
|
-
[](https://opencode.ai/docs/mcp-servers)
|
|
192
192
|
|
|
193
193
|
</details>
|
|
194
194
|
|
|
195
195
|
<details>
|
|
196
|
-
<summary><
|
|
196
|
+
<summary><strong>Warp</strong></summary>
|
|
197
197
|
|
|
198
198
|
```json
|
|
199
199
|
{
|
|
@@ -207,12 +207,12 @@ Add to `~/.config/opencode/opencode.json`:
|
|
|
207
207
|
}
|
|
208
208
|
```
|
|
209
209
|
|
|
210
|
-
[](https://docs.warp.dev/knowledge-and-collaboration/mcp#adding-an-mcp-server)
|
|
211
211
|
|
|
212
212
|
</details>
|
|
213
213
|
|
|
214
214
|
<details>
|
|
215
|
-
<summary><
|
|
215
|
+
<summary><strong>Kiro</strong></summary>
|
|
216
216
|
|
|
217
217
|
```json
|
|
218
218
|
{
|
|
@@ -225,12 +225,12 @@ Add to `~/.config/opencode/opencode.json`:
|
|
|
225
225
|
}
|
|
226
226
|
```
|
|
227
227
|
|
|
228
|
-
[](https://kiro.dev/docs/mcp/configuration/)
|
|
229
229
|
|
|
230
230
|
</details>
|
|
231
231
|
|
|
232
232
|
<details>
|
|
233
|
-
<summary><
|
|
233
|
+
<summary><strong>Roo Code</strong></summary>
|
|
234
234
|
|
|
235
235
|
```json
|
|
236
236
|
{
|
|
@@ -243,12 +243,12 @@ Add to `~/.config/opencode/opencode.json`:
|
|
|
243
243
|
}
|
|
244
244
|
```
|
|
245
245
|
|
|
246
|
-
[](https://docs.roocode.com/features/mcp/using-mcp-in-roo)
|
|
247
247
|
|
|
248
248
|
</details>
|
|
249
249
|
|
|
250
250
|
<details>
|
|
251
|
-
<summary><
|
|
251
|
+
<summary><strong>Cline</strong></summary>
|
|
252
252
|
|
|
253
253
|
```json
|
|
254
254
|
{
|
|
@@ -261,12 +261,12 @@ Add to `~/.config/opencode/opencode.json`:
|
|
|
261
261
|
}
|
|
262
262
|
```
|
|
263
263
|
|
|
264
|
-
[](https://cline.bot/mcp-marketplace)
|
|
265
265
|
|
|
266
266
|
</details>
|
|
267
267
|
|
|
268
268
|
<details>
|
|
269
|
-
<summary><
|
|
269
|
+
<summary><strong>Trae</strong></summary>
|
|
270
270
|
|
|
271
271
|
```json
|
|
272
272
|
{
|
|
@@ -279,12 +279,12 @@ Add to `~/.config/opencode/opencode.json`:
|
|
|
279
279
|
}
|
|
280
280
|
```
|
|
281
281
|
|
|
282
|
-
[](https://docs.trae.ai/ide/model-context-protocol?_lang=en)
|
|
283
283
|
|
|
284
284
|
</details>
|
|
285
285
|
|
|
286
286
|
<details>
|
|
287
|
-
<summary><
|
|
287
|
+
<summary><strong>Augment Code</strong></summary>
|
|
288
288
|
|
|
289
289
|
Hamburger menu → Settings → Tools → `+ Add MCP` → Command: `npx -y @crush-protocol/mcp-client`
|
|
290
290
|
|
|
@@ -300,12 +300,12 @@ Hamburger menu → Settings → Tools → `+ Add MCP` → Command: `npx -y @crus
|
|
|
300
300
|
}
|
|
301
301
|
```
|
|
302
302
|
|
|
303
|
-
[](https://docs.augmentcode.com/)
|
|
304
304
|
|
|
305
305
|
</details>
|
|
306
306
|
|
|
307
307
|
<details>
|
|
308
|
-
<summary><
|
|
308
|
+
<summary><strong>Copilot Coding Agent</strong></summary>
|
|
309
309
|
|
|
310
310
|
```json
|
|
311
311
|
{
|
|
@@ -319,12 +319,12 @@ Hamburger menu → Settings → Tools → `+ Add MCP` → Command: `npx -y @crus
|
|
|
319
319
|
}
|
|
320
320
|
```
|
|
321
321
|
|
|
322
|
-
[](https://docs.github.com/en/enterprise-cloud@latest/copilot/how-tos/agents/copilot-coding-agent/extending-copilot-coding-agent-with-mcp)
|
|
323
323
|
|
|
324
324
|
</details>
|
|
325
325
|
|
|
326
326
|
<details>
|
|
327
|
-
<summary><
|
|
327
|
+
<summary><strong>Copilot CLI</strong></summary>
|
|
328
328
|
|
|
329
329
|
Add to `~/.copilot/mcp-config.json`:
|
|
330
330
|
|
|
@@ -340,12 +340,12 @@ Add to `~/.copilot/mcp-config.json`:
|
|
|
340
340
|
}
|
|
341
341
|
```
|
|
342
342
|
|
|
343
|
-
[](https://docs.github.com/copilot)
|
|
344
344
|
|
|
345
345
|
</details>
|
|
346
346
|
|
|
347
347
|
<details>
|
|
348
|
-
<summary><
|
|
348
|
+
<summary><strong>Amazon Q Developer CLI</strong></summary>
|
|
349
349
|
|
|
350
350
|
```json
|
|
351
351
|
{
|
|
@@ -358,23 +358,23 @@ Add to `~/.copilot/mcp-config.json`:
|
|
|
358
358
|
}
|
|
359
359
|
```
|
|
360
360
|
|
|
361
|
-
[](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-mcp-configuration.html)
|
|
362
362
|
|
|
363
363
|
</details>
|
|
364
364
|
|
|
365
365
|
<details>
|
|
366
|
-
<summary><
|
|
366
|
+
<summary><strong>Amp</strong></summary>
|
|
367
367
|
|
|
368
368
|
```sh
|
|
369
369
|
amp mcp add crush-protocol -- npx -y @crush-protocol/mcp-client
|
|
370
370
|
```
|
|
371
371
|
|
|
372
|
-
[](https://ampcode.com/manual#mcp)
|
|
373
373
|
|
|
374
374
|
</details>
|
|
375
375
|
|
|
376
376
|
<details>
|
|
377
|
-
<summary><
|
|
377
|
+
<summary><strong>Zed</strong></summary>
|
|
378
378
|
|
|
379
379
|
Add to `settings.json`:
|
|
380
380
|
|
|
@@ -390,12 +390,12 @@ Add to `settings.json`:
|
|
|
390
390
|
}
|
|
391
391
|
```
|
|
392
392
|
|
|
393
|
-
[](https://zed.dev/docs/assistant/context-servers)
|
|
394
394
|
|
|
395
395
|
</details>
|
|
396
396
|
|
|
397
397
|
<details>
|
|
398
|
-
<summary><
|
|
398
|
+
<summary><strong>JetBrains AI Assistant</strong></summary>
|
|
399
399
|
|
|
400
400
|
Settings → Tools → AI Assistant → Model Context Protocol (MCP) → `+ Add`
|
|
401
401
|
|
|
@@ -410,12 +410,12 @@ Settings → Tools → AI Assistant → Model Context Protocol (MCP) → `+ Add`
|
|
|
410
410
|
}
|
|
411
411
|
```
|
|
412
412
|
|
|
413
|
-
[](https://www.jetbrains.com/help/ai-assistant/configure-an-mcp-server.html)
|
|
414
414
|
|
|
415
415
|
</details>
|
|
416
416
|
|
|
417
417
|
<details>
|
|
418
|
-
<summary><
|
|
418
|
+
<summary><strong>Qwen Code</strong></summary>
|
|
419
419
|
|
|
420
420
|
**CLI:** `qwen mcp add crush-protocol npx -y @crush-protocol/mcp-client`
|
|
421
421
|
|
|
@@ -430,12 +430,12 @@ Settings → Tools → AI Assistant → Model Context Protocol (MCP) → `+ Add`
|
|
|
430
430
|
}
|
|
431
431
|
```
|
|
432
432
|
|
|
433
|
-
[](https://qwenlm.github.io/qwen-code-docs/en/users/features/mcp/)
|
|
434
434
|
|
|
435
435
|
</details>
|
|
436
436
|
|
|
437
437
|
<details>
|
|
438
|
-
<summary><
|
|
438
|
+
<summary><strong>LM Studio</strong></summary>
|
|
439
439
|
|
|
440
440
|
Program → Install → Edit `mcp.json`:
|
|
441
441
|
|
|
@@ -450,12 +450,12 @@ Program → Install → Edit `mcp.json`:
|
|
|
450
450
|
}
|
|
451
451
|
```
|
|
452
452
|
|
|
453
|
-
[](https://lmstudio.ai/blog/lmstudio-v0.3.17)
|
|
454
454
|
|
|
455
455
|
</details>
|
|
456
456
|
|
|
457
457
|
<details>
|
|
458
|
-
<summary><
|
|
458
|
+
<summary><strong>Visual Studio 2022</strong></summary>
|
|
459
459
|
|
|
460
460
|
```json
|
|
461
461
|
{
|
|
@@ -471,12 +471,12 @@ Program → Install → Edit `mcp.json`:
|
|
|
471
471
|
}
|
|
472
472
|
```
|
|
473
473
|
|
|
474
|
-
[](https://learn.microsoft.com/visualstudio/ide/mcp-servers?view=vs-2022)
|
|
475
475
|
|
|
476
476
|
</details>
|
|
477
477
|
|
|
478
478
|
<details>
|
|
479
|
-
<summary><
|
|
479
|
+
<summary><strong>BoltAI</strong></summary>
|
|
480
480
|
|
|
481
481
|
```json
|
|
482
482
|
{
|
|
@@ -489,12 +489,12 @@ Program → Install → Edit `mcp.json`:
|
|
|
489
489
|
}
|
|
490
490
|
```
|
|
491
491
|
|
|
492
|
-
[](https://docs.boltai.com/docs/plugins/mcp-servers)
|
|
493
493
|
|
|
494
494
|
</details>
|
|
495
495
|
|
|
496
496
|
<details>
|
|
497
|
-
<summary><
|
|
497
|
+
<summary><strong>Perplexity Desktop</strong></summary>
|
|
498
498
|
|
|
499
499
|
Perplexity → Settings → Connectors → Add Connector → Advanced → Server Name: `crush-protocol`
|
|
500
500
|
|
|
@@ -506,12 +506,12 @@ Perplexity → Settings → Connectors → Add Connector → Advanced → Server
|
|
|
506
506
|
}
|
|
507
507
|
```
|
|
508
508
|
|
|
509
|
-
[](https://www.perplexity.ai/help-center/en/articles/11502712-local-and-remote-mcps-for-perplexity)
|
|
510
510
|
|
|
511
511
|
</details>
|
|
512
512
|
|
|
513
513
|
<details>
|
|
514
|
-
<summary><
|
|
514
|
+
<summary><strong>Kilo Code</strong></summary>
|
|
515
515
|
|
|
516
516
|
```json
|
|
517
517
|
{
|
|
@@ -524,12 +524,12 @@ Perplexity → Settings → Connectors → Add Connector → Advanced → Server
|
|
|
524
524
|
}
|
|
525
525
|
```
|
|
526
526
|
|
|
527
|
-
[](https://kilocode.ai)
|
|
528
528
|
|
|
529
529
|
</details>
|
|
530
530
|
|
|
531
531
|
<details>
|
|
532
|
-
<summary><
|
|
532
|
+
<summary><strong>Zencoder</strong></summary>
|
|
533
533
|
|
|
534
534
|
Zencoder menu → Agent tools → Add custom MCP:
|
|
535
535
|
|
|
@@ -540,12 +540,12 @@ Zencoder menu → Agent tools → Add custom MCP:
|
|
|
540
540
|
}
|
|
541
541
|
```
|
|
542
542
|
|
|
543
|
-
[](https://zencoder.ai)
|
|
544
544
|
|
|
545
545
|
</details>
|
|
546
546
|
|
|
547
547
|
<details>
|
|
548
|
-
<summary><
|
|
548
|
+
<summary><strong>Qodo Gen</strong></summary>
|
|
549
549
|
|
|
550
550
|
Qodo Gen chat → Connect more tools → `+ Add new MCP`
|
|
551
551
|
|
|
@@ -560,12 +560,12 @@ Qodo Gen chat → Connect more tools → `+ Add new MCP`
|
|
|
560
560
|
}
|
|
561
561
|
```
|
|
562
562
|
|
|
563
|
-
[](https://docs.qodo.ai/qodo-documentation/qodo-gen/qodo-gen-chat/agentic-mode/agentic-tools-mcps)
|
|
564
564
|
|
|
565
565
|
</details>
|
|
566
566
|
|
|
567
567
|
<details>
|
|
568
|
-
<summary><
|
|
568
|
+
<summary><strong>Using Bun or Deno</strong></summary>
|
|
569
569
|
|
|
570
570
|
**Bun:**
|
|
571
571
|
|
|
@@ -603,7 +603,7 @@ Qodo Gen chat → Connect more tools → `+ Add new MCP`
|
|
|
603
603
|
</details>
|
|
604
604
|
|
|
605
605
|
<details>
|
|
606
|
-
<summary><
|
|
606
|
+
<summary><strong>Windows</strong></summary>
|
|
607
607
|
|
|
608
608
|
```json
|
|
609
609
|
{
|
|
@@ -629,10 +629,6 @@ npx -y @crush-protocol/mcp-client ping
|
|
|
629
629
|
npx -y @crush-protocol/mcp-client tools:list
|
|
630
630
|
```
|
|
631
631
|
|
|
632
|
-
## GitHub Activity
|
|
633
|
-
|
|
634
|
-
[](https://star-history.com/#crush-protocol/crush-mcp-server&Date)
|
|
635
|
-
|
|
636
632
|
## Troubleshooting
|
|
637
633
|
|
|
638
634
|
| Problem | What to do |
|