Skip to content

Commit 512e1a9

Browse files
authored
Merge pull request #36 from bucketeer-io/add/deeplint-to-readme
docs: add deeplink for cursor
2 parents c144914 + d5270ab commit 512e1a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,14 @@ npx @bucketeer/docs-local-mcp-server build-index --force
8888

8989
Configure the MCP Server by adding the following to your `mcp.json` or `claude_desktop_config.json` file, referring to the documentation for Cursor (https://docs.cursor.com/context/model-context-protocol#configuring-mcp-servers) and Claude Desktop (https://modelcontextprotocol.io/quickstart/user):
9090

91+
### Quick Install with Cursor Deeplink
92+
93+
For Cursor users, you can install the MCP server with a single click using the deeplink below:
94+
95+
[![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](cursor://anysphere.cursor-deeplink/mcp/install?name=bucketeer-docs&config=eyJ0eXBlIjoic3RkaW8iLCJjb21tYW5kIjoibnB4IiwiYXJncyI6WyJAYnVja2V0ZWVyL2RvY3MtbG9jYWwtbWNwLXNlcnZlciJdfQ==)
96+
97+
This will automatically configure the MCP server in your Cursor settings. After clicking the link, Cursor will prompt you to install the server.
98+
9199
### Option 1: Using npx (Recommended)
92100

93101
```json

0 commit comments

Comments
 (0)