Cursor MCP Setup
The fastest way to use Yavy with Cursor is the CLI. Search your docs and generate Skills. For real-time access, connect via MCP.
Quick Start with CLI
Install the CLI, authenticate, and search. No MCP setup required.
terminal
npm install -g @yavydev/cli && yavy initterminal
yavy search "your query"MCP Configuration
mcp.json
{
"mcpServers": {
"yavy": {
"url": "https://yavy.dev/mcp/your-org/your-project"
}
}
}Setup Steps
- 1
Create or open the configuration file:
Global:~/.cursor/mcp.jsonProject:.cursor/mcp.json - 2Copy the configuration above and paste it into your
mcp.jsonfile - 3Restart Cursor for changes to take effect
Alternative: Use Cursor Settings
Go to Cursor Settings > Features > MCP and click + Add New MCP Server to configure visually.