Skip to content

Commit e6db372

Browse files
committed
Update READMEs with instructions for VS Code installation
1 parent 9bd93fc commit e6db372

File tree

19 files changed

+1215
-4
lines changed

19 files changed

+1215
-4
lines changed

src/aws-kb-retrieval-server/README.md

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,98 @@ An MCP server implementation for retrieving information from the AWS Knowledge B
2323
1. Obtain AWS access key ID, secret access key, and region from the AWS Management Console.
2424
2. Ensure these credentials have appropriate permissions for Bedrock Agent Runtime operations.
2525

26+
### Usage with VS Code
27+
28+
For quick installation, use one of the one-click install buttons below...
29+
30+
[![Install with NPX in VS Code](https://img.shields.io/badge/VS_Code-NPM-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=aws-kb-retrieval&inputs=%5B%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22aws_access_key%22%2C%22description%22%3A%22AWS%20Access%20Key%20ID%22%2C%22password%22%3Atrue%7D%2C%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22aws_secret_key%22%2C%22description%22%3A%22AWS%20Secret%20Access%20Key%22%2C%22password%22%3Atrue%7D%2C%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22aws_region%22%2C%22description%22%3A%22AWS%20Region%22%7D%5D&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40modelcontextprotocol%2Fserver-aws-kb-retrieval%22%5D%2C%22env%22%3A%7B%22AWS_ACCESS_KEY_ID%22%3A%22%24%7Binput%3Aaws_access_key%7D%22%2C%22AWS_SECRET_ACCESS_KEY%22%3A%22%24%7Binput%3Aaws_secret_key%7D%22%2C%22AWS_REGION%22%3A%22%24%7Binput%3Aaws_region%7D%22%7D%7D) [![Install with NPX in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-NPM-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=aws-kb-retrieval&inputs=%5B%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22aws_access_key%22%2C%22description%22%3A%22AWS%20Access%20Key%20ID%22%2C%22password%22%3Atrue%7D%2C%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22aws_secret_key%22%2C%22description%22%3A%22AWS%20Secret%20Access%20Key%22%2C%22password%22%3Atrue%7D%2C%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22aws_region%22%2C%22description%22%3A%22AWS%20Region%22%7D%5D&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40modelcontextprotocol%2Fserver-aws-kb-retrieval%22%5D%2C%22env%22%3A%7B%22AWS_ACCESS_KEY_ID%22%3A%22%24%7Binput%3Aaws_access_key%7D%22%2C%22AWS_SECRET_ACCESS_KEY%22%3A%22%24%7Binput%3Aaws_secret_key%7D%22%2C%22AWS_REGION%22%3A%22%24%7Binput%3Aaws_region%7D%22%7D%7D&quality=insiders)
31+
32+
[![Install with Docker in VS Code](https://img.shields.io/badge/VS_Code-Docker-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=aws-kb-retrieval&inputs=%5B%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22aws_access_key%22%2C%22description%22%3A%22AWS%20Access%20Key%20ID%22%2C%22password%22%3Atrue%7D%2C%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22aws_secret_key%22%2C%22description%22%3A%22AWS%20Secret%20Access%20Key%22%2C%22password%22%3Atrue%7D%2C%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22aws_region%22%2C%22description%22%3A%22AWS%20Region%22%7D%5D&config=%7B%22command%22%3A%22docker%22%2C%22args%22%3A%5B%22run%22%2C%22-i%22%2C%22--rm%22%2C%22mcp%2Faws-kb-retrieval-server%22%5D%2C%22env%22%3A%7B%22AWS_ACCESS_KEY_ID%22%3A%22%24%7Binput%3Aaws_access_key%7D%22%2C%22AWS_SECRET_ACCESS_KEY%22%3A%22%24%7Binput%3Aaws_secret_key%7D%22%2C%22AWS_REGION%22%3A%22%24%7Binput%3Aaws_region%7D%22%7D%7D) [![Install with Docker in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-Docker-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=aws-kb-retrieval&inputs=%5B%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22aws_access_key%22%2C%22description%22%3A%22AWS%20Access%20Key%20ID%22%2C%22password%22%3Atrue%7D%2C%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22aws_secret_key%22%2C%22description%22%3A%22AWS%20Secret%20Access%20Key%22%2C%22password%22%3Atrue%7D%2C%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22aws_region%22%2C%22description%22%3A%22AWS%20Region%22%7D%5D&config=%7B%22command%22%3A%22docker%22%2C%22args%22%3A%5B%22run%22%2C%22-i%22%2C%22--rm%22%2C%22mcp%2Faws-kb-retrieval-server%22%5D%2C%22env%22%3A%7B%22AWS_ACCESS_KEY_ID%22%3A%22%24%7Binput%3Aaws_access_key%7D%22%2C%22AWS_SECRET_ACCESS_KEY%22%3A%22%24%7Binput%3Aaws_secret_key%7D%22%2C%22AWS_REGION%22%3A%22%24%7Binput%3Aaws_region%7D%22%7D%7D&quality=insiders)
33+
34+
#### Manual Installation
35+
36+
For manual installation, add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing `Ctrl + Shift + P` and typing `Preferences: Open Settings (JSON)`.
37+
38+
Optionally, you can add it to a file called `.vscode/mcp.json` in your workspace. This will allow you to share the configuration with others.
39+
40+
> Note that the `mcp` key is not needed in the `.vscode/mcp.json` file.
41+
42+
```json
43+
{
44+
"mcp": {
45+
"inputs": [
46+
{
47+
"type": "promptString",
48+
"id": "aws_access_key",
49+
"description": "AWS Access Key ID",
50+
"password": true
51+
},
52+
{
53+
"type": "promptString",
54+
"id": "aws_secret_key",
55+
"description": "AWS Secret Access Key",
56+
"password": true
57+
},
58+
{
59+
"type": "promptString",
60+
"id": "aws_region",
61+
"description": "AWS Region"
62+
}
63+
],
64+
"servers": {
65+
"aws-kb-retrieval": {
66+
"command": "npx",
67+
"args": ["-y", "@modelcontextprotocol/server-aws-kb-retrieval"],
68+
"env": {
69+
"AWS_ACCESS_KEY_ID": "${input:aws_access_key}",
70+
"AWS_SECRET_ACCESS_KEY": "${input:aws_secret_key}",
71+
"AWS_REGION": "${input:aws_region}"
72+
}
73+
}
74+
}
75+
}
76+
}
77+
```
78+
79+
For Docker installation:
80+
81+
```json
82+
{
83+
"mcp": {
84+
"inputs": [
85+
{
86+
"type": "promptString",
87+
"id": "aws_access_key",
88+
"description": "AWS Access Key ID",
89+
"password": true
90+
},
91+
{
92+
"type": "promptString",
93+
"id": "aws_secret_key",
94+
"description": "AWS Secret Access Key",
95+
"password": true
96+
},
97+
{
98+
"type": "promptString",
99+
"id": "aws_region",
100+
"description": "AWS Region"
101+
}
102+
],
103+
"servers": {
104+
"aws-kb-retrieval": {
105+
"command": "docker",
106+
"args": ["run", "-i", "--rm", "mcp/aws-kb-retrieval-server"],
107+
"env": {
108+
"AWS_ACCESS_KEY_ID": "${input:aws_access_key}",
109+
"AWS_SECRET_ACCESS_KEY": "${input:aws_secret_key}",
110+
"AWS_REGION": "${input:aws_region}"
111+
}
112+
}
113+
}
114+
}
115+
}
116+
```
117+
26118
### Usage with Claude Desktop
27119

28120
Add this to your `claude_desktop_config.json`:

src/brave-search/README.md

Lines changed: 75 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ An MCP server implementation that integrates the Brave Search API, providing bot
1212
## Tools
1313

1414
- **brave_web_search**
15+
1516
- Execute web searches with pagination and filtering
1617
- Inputs:
1718
- `query` (string): Search terms
@@ -25,15 +26,16 @@ An MCP server implementation that integrates the Brave Search API, providing bot
2526
- `count` (number, optional): Number of results (max 20)
2627
- Automatically falls back to web search if no local results found
2728

28-
2929
## Configuration
3030

3131
### Getting an API Key
32+
3233
1. Sign up for a [Brave Search API account](https://brave.com/search/api/)
3334
2. Choose a plan (Free tier available with 2,000 queries/month)
3435
3. Generate your API key [from the developer dashboard](https://api.search.brave.com/app/keys)
3536

3637
### Usage with Claude Desktop
38+
3739
Add this to your `claude_desktop_config.json`:
3840

3941
### Docker
@@ -78,6 +80,78 @@ Add this to your `claude_desktop_config.json`:
7880
}
7981
```
8082

83+
### VS Code
84+
85+
For quick installation, use the one-click installation buttons below...
86+
87+
[![Install with NPX in VS Code](https://img.shields.io/badge/VS_Code-NPM-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=brave&inputs=%5B%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22apiKey%22%7D%5D&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40modelcontextprotocol%2Fserver-brave-search%22%5D%2C%22env%22%3A%7B%22BRAVE_API_KEY%22%3A%22%24%7Binput%3Abrave_api_key%7D%22%7D%7D) [![Install with NPX in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-NPM-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=brave&inputs=%5B%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22apiKey%22%7D%5D&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40modelcontextprotocol%2Fserver-brave-search%22%5D%2C%22env%22%3A%7B%22BRAVE_API_KEY%22%3A%22%24%7Binput%3Abrave_api_key%7D%22%7D%7D&quality=insiders)
88+
89+
[![Install with Docker in VS Code](https://img.shields.io/badge/VS_Code-Docker-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=brave&inputs=%5B%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22apiKey%22%7D%5D&config=%7B%22command%22%3A%22docker%22%2C%22args%22%3A%5B%22run%22%2C%22-i%22%2C%22--rm%22%2C%22-e%22%2C%22BRAVE_API_KEY%22%2C%22mcp%2Fbrave-search%22%5D%2C%22env%22%3A%7B%22BRAVE_API_KEY%22%3A%22%24%7Binput%3Abrave_api_key%7D%22%7D%7D) [![Install with Docker in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-Docker-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=brave&inputs=%5B%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22apiKey%22%7D%5D&config=%7B%22command%22%3A%22docker%22%2C%22args%22%3A%5B%22run%22%2C%22-i%22%2C%22--rm%22%2C%22-e%22%2C%22BRAVE_API_KEY%22%2C%22mcp%2Fbrave-search%22%5D%2C%22env%22%3A%7B%22BRAVE_API_KEY%22%3A%22%24%7Binput%3Abrave_api_key%7D%22%7D%7D&quality=insiders)
90+
91+
For manual installation, add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing `Ctrl + Shift + P` and typing `Preferences: Open User Settings (JSON)`.
92+
93+
Optionally, you can add it to a file called `.vscode/mcp.json` in your workspace. This will allow you to share the configuration with others.
94+
95+
> Note that the `mcp` key is not needed in the `.vscode/mcp.json` file.
96+
97+
#### NPX
98+
99+
```json
100+
{
101+
"mcp": {
102+
"inputs": [
103+
{
104+
"type": "promptString",
105+
"id": "brave_api_key",
106+
"description": "Brave Search API Key",
107+
"password": true
108+
}
109+
],
110+
"servers": {
111+
"brave-search": {
112+
"command": "npx",
113+
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
114+
"env": {
115+
"BRAVE_API_KEY": "${input:brave_api_key}"
116+
}
117+
}
118+
}
119+
}
120+
}
121+
```
122+
123+
#### Docker
124+
125+
```json
126+
{
127+
"mcp": {
128+
"inputs": [
129+
{
130+
"type": "promptString",
131+
"id": "brave_api_key",
132+
"description": "Brave Search API Key",
133+
"password": true
134+
}
135+
],
136+
"servers": {
137+
"brave-search": {
138+
"command": "docker",
139+
"args": [
140+
"run",
141+
"-i",
142+
"--rm",
143+
"-e",
144+
"BRAVE_API_KEY",
145+
"mcp/brave-search"
146+
],
147+
"env": {
148+
"BRAVE_API_KEY": "${input:brave_api_key}"
149+
}
150+
}
151+
}
152+
}
153+
}
154+
```
81155

82156
## Build
83157

src/everart/README.md

Lines changed: 77 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,86 @@
33
Image generation server for Claude Desktop using EverArt's API.
44

55
## Install
6+
67
```bash
78
npm install
89
export EVERART_API_KEY=your_key_here
910
```
1011

1112
## Config
13+
14+
### Usage with VS Code
15+
16+
For quick installation, use the one-click installation buttons below...
17+
18+
[![Install with NPX in VS Code](https://img.shields.io/badge/VS_Code-NPM-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=everart&inputs=%5B%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22everart_api_key%22%2C%22description%22%3A%22EverArt%20API%20Key%22%2C%22password%22%3Atrue%7D%5D&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40modelcontextprotocol%2Fserver-everart%22%5D%2C%22env%22%3A%7B%22EVERART_API_KEY%22%3A%22%24%7Binput%3Aeverart_api_key%7D%22%7D%7D) [![Install with NPX in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-NPM-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=everart&inputs=%5B%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22everart_api_key%22%2C%22description%22%3A%22EverArt%20API%20Key%22%2C%22password%22%3Atrue%7D%5D&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40modelcontextprotocol%2Fserver-everart%22%5D%2C%22env%22%3A%7B%22EVERART_API_KEY%22%3A%22%24%7Binput%3Aeverart_api_key%7D%22%7D%7D&quality=insiders)
19+
20+
[![Install with Docker in VS Code](https://img.shields.io/badge/VS_Code-Docker-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=everart&inputs=%5B%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22everart_api_key%22%2C%22description%22%3A%22EverArt%20API%20Key%22%2C%22password%22%3Atrue%7D%5D&config=%7B%22command%22%3A%22docker%22%2C%22args%22%3A%5B%22run%22%2C%22-i%22%2C%22--rm%22%2C%22mcp%2Feverart%22%5D%2C%22env%22%3A%7B%22EVERART_API_KEY%22%3A%22%24%7Binput%3Aeverart_api_key%7D%22%7D%7D) [![Install with Docker in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-Docker-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=everart&inputs=%5B%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22everart_api_key%22%2C%22description%22%3A%22EverArt%20API%20Key%22%2C%22password%22%3Atrue%7D%5D&config=%7B%22command%22%3A%22docker%22%2C%22args%22%3A%5B%22run%22%2C%22-i%22%2C%22--rm%22%2C%22mcp%2Feverart%22%5D%2C%22env%22%3A%7B%22EVERART_API_KEY%22%3A%22%24%7Binput%3Aeverart_api_key%7D%22%7D%7D&quality=insiders)
21+
22+
For manual installation, add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing `Ctrl + Shift + P` and typing `Preferences: Open Settings (JSON)`.
23+
24+
Optionally, you can add it to a file called `.vscode/mcp.json` in your workspace. This will allow you to share the configuration with others.
25+
26+
> Note that the `mcp` key is needed when using the `mcp.json` file.
27+
28+
#### NPX
29+
30+
```json
31+
{
32+
"mcp": {
33+
"inputs": [
34+
{
35+
"type": "promptString",
36+
"id": "everart_api_key",
37+
"description": "EverArt API Key",
38+
"password": true
39+
}
40+
],
41+
"servers": {
42+
"everart": {
43+
"command": "npx",
44+
"args": ["-y", "@modelcontextprotocol/server-everart"],
45+
"env": {
46+
"EVERART_API_KEY": "${input:everart_api_key}"
47+
}
48+
}
49+
}
50+
}
51+
}
52+
```
53+
54+
#### Docker
55+
56+
```json
57+
{
58+
"mcp": {
59+
"inputs": [
60+
{
61+
"type": "promptString",
62+
"id": "everart_api_key",
63+
"description": "EverArt API Key",
64+
"password": true
65+
}
66+
],
67+
"servers": {
68+
"everart": {
69+
"command": "docker",
70+
"args": ["run", "-i", "--rm", "-e", "EVERART_API_KEY", "mcp/everart"],
71+
"env": {
72+
"EVERART_API_KEY": "${input:everart_api_key}"
73+
}
74+
}
75+
}
76+
}
77+
}
78+
```
79+
80+
### Usage with Claude Desktop
81+
1282
Add to Claude Desktop config:
1383

1484
### Docker
85+
1586
```json
1687
{
1788
"mcpServers": {
@@ -45,9 +116,11 @@ Add to Claude Desktop config:
45116
## Tools
46117

47118
### generate_image
119+
48120
Generates images with multiple model options. Opens result in browser and returns URL.
49121

50122
Parameters:
123+
51124
```typescript
52125
{
53126
prompt: string, // Image description
@@ -57,6 +130,7 @@ Parameters:
57130
```
58131

59132
Models:
133+
60134
- 5000: FLUX1.1 (standard)
61135
- 9000: FLUX1.1-ultra
62136
- 6000: SD3.5
@@ -66,6 +140,7 @@ Models:
66140
All images generated at 1024x1024.
67141

68142
Sample usage:
143+
69144
```javascript
70145
const result = await client.callTool({
71146
name: "generate_image",
@@ -78,6 +153,7 @@ const result = await client.callTool({
78153
```
79154

80155
Response format:
156+
81157
```
82158
Image generated successfully!
83159
The image has been opened in your default browser.
@@ -93,5 +169,5 @@ You can also click the URL above to view the image again.
93169
## Building w/ Docker
94170

95171
```sh
96-
docker build -t mcp/everart -f src/everart/Dockerfile .
172+
docker build -t mcp/everart -f src/everart/Dockerfile .
97173
```

src/everything/README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,35 @@ The server sends random-leveled log messages every 15 seconds, e.g.:
110110
}
111111
```
112112

113+
## Usage with VS Code
114+
115+
For quick installation, use of of the one-click install buttons below...
116+
117+
[![Install with NPX in VS Code](https://img.shields.io/badge/VS_Code-NPM-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=everything&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40modelcontextprotocol%2Fserver-everything%22%5D%7D) [![Install with NPX in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-NPM-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=everything&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40modelcontextprotocol%2Fserver-everything%22%5D%7D&quality=insiders)
118+
119+
[![Install with Docker in VS Code](https://img.shields.io/badge/VS_Code-Docker-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=everything&config=%7B%22command%22%3A%22docker%22%2C%22args%22%3A%5B%22run%22%2C%22-i%22%2C%22--rm%22%2C%22mcp%2Feverything%22%5D%7D) [![Install with Docker in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-Docker-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=everything&config=%7B%22command%22%3A%22docker%22%2C%22args%22%3A%5B%22run%22%2C%22-i%22%2C%22--rm%22%2C%22mcp%2Feverything%22%5D%7D&quality=insiders)
120+
121+
For manual installation, add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing `Ctrl + Shift + P` and typing `Preferences: Open User Settings (JSON)`.
122+
123+
Optionally, you can add it to a file called `.vscode/mcp.json` in your workspace. This will allow you to share the configuration with others.
124+
125+
> Note that the `mcp` key is not needed in the `.vscode/mcp.json` file.
126+
127+
#### NPX
128+
129+
```json
130+
{
131+
"mcp": {
132+
"servers": {
133+
"everything": {
134+
"command": "npx",
135+
"args": ["-y", "@modelcontextprotocol/server-everything"]
136+
}
137+
}
138+
}
139+
}
140+
```
141+
113142
## Usage with Claude Desktop
114143

115144
Add to your `claude_desktop_config.json`:

0 commit comments

Comments
 (0)