mirror of
https://github.com/upstash/context7.git
synced 2025-06-26 23:50:04 +00:00
docs: add installation instructions for BoltAI integration
This commit is contained in:
parent
cd0dce5926
commit
942a9e16a8
@ -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 контейнере:
|
||||
|
Loading…
x
Reference in New Issue
Block a user