Prerequisites
Connect VexiData to Windsurf
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 Windsurf
- Open Windsurf
- Go to Settings > Cascade > MCP
- Click Add Server
- Enter a name (e.g., “VexiData”)
- Paste your MCP Server URL
- Click Save
Authorize the connection
Windsurf 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 Windsurf’s settings.
Start querying your data
In Windsurf’s Cascade chat, you can now reference your database. For example:
- “What does the schema look like for the products table?”
- “Write a query to find duplicate email addresses”
- “Generate an API endpoint that returns orders by status”
Manual configuration
You can also add VexiData directly to your Windsurf MCP configuration file (~/.codeium/windsurf/mcp_config.json):
Troubleshooting
MCP server shows as disconnected
MCP server shows as disconnected
- Check that your VexiData account has an active session — try logging in at vexidata.com
- Verify the MCP Server URL is correct in Windsurf settings
- Try removing and re-adding the MCP server
Authorization window doesn't open
Authorization window doesn't open
Cascade can't access my tables
Cascade 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