docs: add installation instructions for BoltAI integration

This commit is contained in:
Dmitriy Lapin 2025-05-10 00:32:16 +03:00
parent cd0dce5926
commit 942a9e16a8

View File

@ -171,6 +171,21 @@ claude mcp add context7 -- npx -y @upstash/context7-mcp@latest
}
```
### Установка в BoltAI
Откройте страницу "Settings", перейдите в "Plugins" и добавьте следующие JSON-строки:
```json
{
"mcpServers": {
"context7": {
"args": ["-y", "@upstash/context7-mcp@latest"],
"command": "npx"
}
}
}
```
### Используя Docker
Если вы предпочитаете запускать MCP сервер в Docker контейнере: