diff --git a/README.md b/README.md index 8ef61f3..dc0fd7f 100644 --- a/README.md +++ b/README.md @@ -608,6 +608,34 @@ See [JetBrains AI Assistant Documentation](https://www.jetbrains.com/help/ai-ass +
+Install in Warp + +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. + +
+ ## 🔨 Available Tools Context7 MCP provides the following tools that LLMs can use: