Boyce
Officialby boyce-io
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BOYCE_MODEL | No | Model ID passed to LiteLLM. Required for Path 2 (CLI/HTTP/non-MCP clients) when using Boyce's built-in NL→SQL. | |
| BOYCE_DB_URL | No | asyncpg DSN — enables EXPLAIN pre-flight + live query tools. Optional; without it, Boyce runs in schema-only mode. | |
| BOYCE_PROVIDER | No | LiteLLM provider name. Required for Path 2 (CLI/HTTP/non-MCP clients) when using Boyce's built-in NL→SQL. | |
| OPENAI_API_KEY | No | OpenAI credentials. Required when using OpenAI as the LLM provider. | |
| BOYCE_HTTP_TOKEN | No | Bearer token for `boyce serve --http`. Required for Path 2 HTTP API only. | |
| ANTHROPIC_API_KEY | No | Anthropic credentials. Required when using Anthropic as the LLM provider. | |
| BOYCE_STATEMENT_TIMEOUT_MS | No | Per-statement timeout in ms (default: 30s). Optional. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/boyce-io/boyce'
If you have feedback or need assistance with the MCP directory API, please join our Discord server