What is the Boyce MCP server?
Deterministic SQL compiler for AI agents. Your agent stops guessing SQL.
How to install Boyce
Copy-paste configuration for popular MCP clients.
BOYCE_DB_URLPostgreSQL or Redshift connection string. Optional — tools work without live DB; required for live profiling and EXPLAIN pre-flight.
BOYCE_PROVIDERLLM provider for the NL→StructuredFilter planner (anthropic, openai). MCP hosts using their own model should not set this — the host's model does the reasoning and Boyce receives a pre-built StructuredFilter.
ANTHROPIC_API_KEYRequired only when BOYCE_PROVIDER=anthropic and the host does not supply its own model. MCP hosts (Claude Desktop, Cursor, Claude Code, Codex, Cline, Windsurf, JetBrains) do not need this.
{
"mcpServers": {
"boyce": {
"command": "uvx",
"args": [
"boyce"
],
"env": {
"BOYCE_DB_URL": "<YOUR_BOYCE_DB_URL>",
"BOYCE_PROVIDER": "<YOUR_BOYCE_PROVIDER>",
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
}
}
}
}{
"mcpServers": {
"boyce": {
"command": "uvx",
"args": [
"boyce"
],
"env": {
"BOYCE_DB_URL": "<YOUR_BOYCE_DB_URL>",
"BOYCE_PROVIDER": "<YOUR_BOYCE_PROVIDER>",
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
}
}
}
}{
"mcpServers": {
"boyce": {
"command": "uvx",
"args": [
"boyce"
],
"env": {
"BOYCE_DB_URL": "<YOUR_BOYCE_DB_URL>",
"BOYCE_PROVIDER": "<YOUR_BOYCE_PROVIDER>",
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
}
}
}
}{
"servers": {
"boyce": {
"type": "stdio",
"command": "uvx",
"args": [
"boyce"
],
"env": {
"BOYCE_DB_URL": "<YOUR_BOYCE_DB_URL>",
"BOYCE_PROVIDER": "<YOUR_BOYCE_PROVIDER>",
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
}
}
}
}claude mcp add boyce --env BOYCE_DB_URL=<YOUR_BOYCE_DB_URL> --env BOYCE_PROVIDER=<YOUR_BOYCE_PROVIDER> --env ANTHROPIC_API_KEY=<YOUR_ANTHROPIC_API_KEY> -- uvx boyceRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.