42 lines
1.3 KiB
Markdown
42 lines
1.3 KiB
Markdown
# Build your own MCP server for Cursor
|
|
|
|
We're building a custom MCP server, which connects to Cursor and lets it perform deep web searches using [Linkup](https://www.linkup.so/) amd RAG using LlamaIndex.
|
|
|
|
|
|
### Watch this tutorial on YouTube
|
|
[](https://youtu.be/XMVzT8X0QTA)
|
|
|
|
### Setup
|
|
|
|
To sync dependencies, run:
|
|
|
|
```sh
|
|
uv sync
|
|
```
|
|
|
|
### Environment Variables
|
|
|
|
You need to set up the following environment variables:
|
|
|
|
```sh
|
|
LINKUP_API_KEY=...
|
|
OPENAI_API_KEY=...
|
|
```
|
|
[Get your Linkup API keys here](https://www.linkup.so/)
|
|
|
|
Ensure these variables are configured correctly before running the application.
|
|
|
|
---
|
|
|
|
## 📬 Stay Updated with Our Newsletter!
|
|
**Get a FREE Data Science eBook** 📖 with 150+ essential lessons in Data Science when you subscribe to our newsletter! Stay in the loop with the latest tutorials, insights, and exclusive resources. [Subscribe now!](https://join.dailydoseofds.com)
|
|
|
|
[](https://join.dailydoseofds.com)
|
|
|
|
---
|
|
|
|
## Contribution
|
|
|
|
Contributions are welcome! Please fork the repository and submit a pull request with your improvements.
|
|
|