mirror of
https://github.com/upstash/context7.git
synced 2025-11-28 08:02:13 +00:00
Add instructions on how to add context7 to Perplexity
Closes https://github.com/upstash/context7/issues/476
This commit is contained in:
parent
c187f909e8
commit
d7670be731
24
README.md
24
README.md
@ -816,6 +816,30 @@ See [LM Studio MCP Support](https://lmstudio.ai/blog/lmstudio-v0.3.17) for more
|
|||||||
3. Click `Save` to apply the changes.
|
3. Click `Save` to apply the changes.
|
||||||
4. Toggle the MCP server on/off from the right hand side, under `Program`, or by clicking the plug icon at the bottom of the chat box.
|
4. Toggle the MCP server on/off from the right hand side, under `Program`, or by clicking the plug icon at the bottom of the chat box.
|
||||||
|
|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary><b>Install in Perplexity Desktop</b></summary>
|
||||||
|
|
||||||
|
See [Local and Remote MCPs for Perplexity](https://www.perplexity.ai/help-center/en/articles/11502712-local-and-remote-mcps-for-perplexity) for more information.
|
||||||
|
|
||||||
|
1. Navigate `Perplexity` > `Settings`
|
||||||
|
2. Select `Connectors`.
|
||||||
|
3. Click `Add Connector`.
|
||||||
|
4. Select `Advanced`.
|
||||||
|
5. Enter Server Name: `Context7`
|
||||||
|
6. Paste the following JSON in the text area:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"args" : [
|
||||||
|
"-y",
|
||||||
|
"@upstash/context7-mcp"
|
||||||
|
],
|
||||||
|
"command" : "npx",
|
||||||
|
"env" : {}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
7. Click `Save`.
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
## 🔨 Available Tools
|
## 🔨 Available Tools
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user