Getting Started
Cursor
Connect MarcoPolo to Cursor for data work alongside your code.
Method 1: One-click install
Method 2: Manual setup
- Open Cursor Settings → Tools & MCP.
- Click + New MCP Server.
- This opens
~/.cursor/mcp.json. Add inside"mcpServers":
"MarcoPolo": {
"type": "http",
"url": "https://mcp.marcopolo.dev"
}What's next
Once added, follow the Getting Started guide to authenticate, connect a data source, and run your first query.
Tips for Cursor
Data-informed development. Query production data while writing code. "Show me the most common error types in the logs table" while you're working on error handling.
Live schema for migrations. Ask Cursor to inspect your database schema when writing migrations or ORM models. It pulls the live structure from MarcoPolo.
Combine with Claude Code. If you use Claude Code inside Cursor, add MarcoPolo to Claude Code as well for the full plugin experience.