mirror of
https://github.com/upstash/context7.git
synced 2025-06-26 23:50:04 +00:00
docs: add deeplink for cursor
This commit is contained in:
parent
2f74fa3893
commit
51ca970eeb
10
README.md
10
README.md
@ -65,8 +65,12 @@ Go to: `Settings` -> `Cursor Settings` -> `MCP` -> `Add new global MCP server`
|
||||
|
||||
Pasting the following configuration into your Cursor `~/.cursor/mcp.json` file is the recommended approach. You may also install in a specific project by creating `.cursor/mcp.json` in your project folder. See [Cursor MCP docs](https://docs.cursor.com/context/model-context-protocol) for more info.
|
||||
|
||||
> Since Cursor 1.0, you can click the install button below for instant one-click installation.
|
||||
|
||||
#### Cursor Remote Server Connection
|
||||
|
||||
[](https://cursor.com/install-mcp?name=context7&config=eyJ1cmwiOiJodHRwczovL21jcC5jb250ZXh0Ny5jb20vbWNwIn0%3D)
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
@ -79,6 +83,8 @@ Pasting the following configuration into your Cursor `~/.cursor/mcp.json` file i
|
||||
|
||||
#### Cursor Local Server Connection
|
||||
|
||||
[](https://cursor.com/install-mcp?name=context7&config=eyJjb21tYW5kIjoibnB4IC15IEB1cHN0YXNoL2NvbnRleHQ3LW1jcCJ9)
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
@ -93,6 +99,8 @@ Pasting the following configuration into your Cursor `~/.cursor/mcp.json` file i
|
||||
<details>
|
||||
<summary>Alternative: Use Bun</summary>
|
||||
|
||||
[](https://cursor.com/install-mcp?name=context7&config=eyJjb21tYW5kIjoiYnVueCAteSBAdXBzdGFzaC9jb250ZXh0Ny1tY3AifQ%3D%3D)
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
@ -109,6 +117,8 @@ Pasting the following configuration into your Cursor `~/.cursor/mcp.json` file i
|
||||
<details>
|
||||
<summary>Alternative: Use Deno</summary>
|
||||
|
||||
[](https://cursor.com/install-mcp?name=context7&config=eyJjb21tYW5kIjoiZGVubyBydW4gLS1hbGxvdy1lbnYgLS1hbGxvdy1uZXQgbnBtOkB1cHN0YXNoL2NvbnRleHQ3LW1jcCJ9)
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user