Boyce for Cursor
io.github.boyce-io/boyce
Deterministic SQL compiler for AI agents. Your agent stops guessing SQL.
client:Cursor
transport:stdio
runtime:pypi
Install Boyce in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"boyce": {
"type": "stdio",
"command": "uvx",
"args": [
"boyce"
],
"env": {
"BOYCE_DB_URL": "<BOYCE_DB_URL>",
"BOYCE_PROVIDER": "<BOYCE_PROVIDER>",
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs