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

@@ -120,6 +120,19 @@ Add this to your `claude_desktop_config.json`:
```
</details>
<details>
<summary>Using docker</summary>
```json
"mcpServers": {
"git": {
"command": "docker",
"args": ["run", "--rm", "-i", "type=bind,src=/Users/slim,dst=/projects", "mcp/git"]
}
}
```
</details>
<details>
<summary>Using pip installation</summary>