Server Config
{
"mcpServers": {
"cursor10x-mcp": {
"command": "npx",
"args": [
"cursor10x-mcp"
],
"enabled": true,
"env": {
"TURSO_DATABASE_URL": "your-turso-database-url",
"TURSO_AUTH_TOKEN": "your-turso-auth-token"
}
}
}
}