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

@@ -69,6 +69,22 @@ Add this to your `claude_desktop_config.json`:
</details>
<details>
<details>
<summary>Using docker</summary>
```json
"mcpServers": {
"sentry": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/sentry", "--auth-token", "YOUR_SENTRY_TOKEN"]
}
}
```
</details>
<details>
<summary>Using pip installation</summary>
```json