Merge pull request #330 from niklas-wortmann/add-jetbrains

This commit is contained in:
Enes Gules 2025-06-24 23:55:04 +03:00 committed by GitHub
commit 9adaee2a17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: