mirror of
https://github.com/upstash/context7.git
synced 2025-07-24 17:33:53 +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
|
### Используя Docker
|
||||||
|
|
||||||
Если вы предпочитаете запускать MCP сервер в Docker контейнере:
|
Если вы предпочитаете запускать MCP сервер в Docker контейнере:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user