mirror of
https://github.com/upstash/context7.git
synced 2025-06-26 23:50:04 +00:00
README: add JetBrains AI Assistant installation instructions
This commit is contained in:
parent
bcc3b97f3d
commit
955188ecb2
25
README.md
25
README.md
@ -546,6 +546,31 @@ See [Qodo Gen docs](https://docs.qodo.ai/qodo-documentation/qodo-gen/qodo-gen-ch
|
||||
```
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Install in JetBrains AI Assistant</b></summary>
|
||||
|
||||
See [JetBrains AI Assistant Documentation](https://www.jetbrains.com/help/ai-assistant/configure-an-mcp-server.html) for more details.
|
||||
|
||||
1. In JetBrains IDEs go to `Settings` -> `Tools` -> `AI Assistant` -> `Model Context Protocol (MCP)`
|
||||
2. Click `+ Add`.
|
||||
3. Click on `Command` in the top-left corner of the dialog and select the As JSON option from the list
|
||||
4. Add this configuration and click `OK`
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"context7": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@upstash/context7-mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
5. Click `Apply` to save changes.
|
||||
|
||||
</details>
|
||||
|
||||
## 🔨 Available Tools
|
||||
|
||||
Context7 MCP provides the following tools that LLMs can use:
|
||||
|
Loading…
x
Reference in New Issue
Block a user