Migrate python servers to mcp namespace

This commit is contained in:
Jim Clark
2024-12-19 12:40:49 -08:00
parent 49044156e3
commit 70e19c466d
4 changed files with 44 additions and 2 deletions

View File

@@ -61,6 +61,19 @@ Add to your Claude settings:
```
</details>
<details>
<summary>Using docker</summary>
```json
"mcpServers": {
"fetch": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/fetch"]
}
}
```
</details>
<details>
<summary>Using pip installation</summary>