mirror of
https://github.com/upstash/context7.git
synced 2025-06-26 23:50:04 +00:00
Merge pull request #336 from zadazorg/patch-1
This commit is contained in:
commit
f18bbe4614
28
README.md
28
README.md
@ -608,6 +608,34 @@ See [JetBrains AI Assistant Documentation](https://www.jetbrains.com/help/ai-ass
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Install in Warp</b></summary>
|
||||
|
||||
See [Warp Model Context Protocol Documentation](https://docs.warp.dev/knowledge-and-collaboration/mcp#adding-an-mcp-server) for details.
|
||||
|
||||
1. Navigate `Settings` > `AI` > `Manage MCP servers`.
|
||||
2. Add a new MCP server by clicking the `+ Add` button.
|
||||
3. Paste the configuration given below:
|
||||
|
||||
```json
|
||||
{
|
||||
"Context7": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@upstash/context7-mcp"
|
||||
],
|
||||
"env": {},
|
||||
"working_directory": null,
|
||||
"start_on_launch": true
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
4. Click `Save` to apply the changes.
|
||||
|
||||
</details>
|
||||
|
||||
## 🔨 Available Tools
|
||||
|
||||
Context7 MCP provides the following tools that LLMs can use:
|
||||
|
Loading…
x
Reference in New Issue
Block a user