Quick Install
Prerequisites
Manual Setup
Copy your MCP Server URL
Your MCP Server URL is:You can also find this in Settings > AI Integrations in your VexiData AI Integrations page.
Add VexiData as an MCP server in Cursor
- Open Cursor
- Go to Settings (gear icon) > MCP
- Click Add new MCP server
- Select SSE as the transport type
- Enter a name (e.g., “VexiData”)
- Paste your MCP Server URL
- Click Add
Authorize the connection
Cursor will open a browser window to VexiData for authorization. Review the requested permissions and click Approve.Once authorized, you’ll see VexiData listed as a connected MCP server in Cursor’s settings.
Start querying your data
In Cursor’s AI chat or inline editor, you can now reference your database. For example:
- “What columns does the users table have?”
- “Write a query to get the top 10 customers by total spend”
- “Generate a migration to add an
is_activecolumn to the orders table”
Manual configuration
If you prefer to configure MCP servers manually, add VexiData to your Cursor MCP configuration file (.cursor/mcp.json in your project or ~/.cursor/mcp.json globally):
Troubleshooting
MCP server shows as disconnected
MCP server shows as disconnected
- Check that your VexiData account has an active session — try logging in again at vexidata.com
- Verify the MCP Server URL is correct in Cursor settings
- Try removing and re-adding the MCP server
Authorization window doesn't open
Authorization window doesn't open
AI can't access my tables
AI can't access my tables
- Verify you have at least one database connected in VexiData under Data Sources
- Check that your database connection is active and the schema has been analyzed
- Try asking specifically about a table name to confirm the connection is working