Cursor
Integrate Votte with Cursor through MCP Server
Overview
Server Configuration
{
"mcpServers": {
"votte-mcp": {
"url": "https://api.votte.com/mcp",
// For local development, use:
// "url": "http://localhost:8000/sse"
"env": {
"VOTTE_API_KEY": "<your-votte-api-key>"
}
}
}
}Last updated