Skip to main content
Glama
boyce-io
by boyce-io

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BOYCE_MODELNoModel ID passed to LiteLLM. Required for Path 2 (CLI/HTTP/non-MCP clients) when using Boyce's built-in NL→SQL.
BOYCE_DB_URLNoasyncpg DSN — enables EXPLAIN pre-flight + live query tools. Optional; without it, Boyce runs in schema-only mode.
BOYCE_PROVIDERNoLiteLLM provider name. Required for Path 2 (CLI/HTTP/non-MCP clients) when using Boyce's built-in NL→SQL.
OPENAI_API_KEYNoOpenAI credentials. Required when using OpenAI as the LLM provider.
BOYCE_HTTP_TOKENNoBearer token for `boyce serve --http`. Required for Path 2 HTTP API only.
ANTHROPIC_API_KEYNoAnthropic credentials. Required when using Anthropic as the LLM provider.
BOYCE_STATEMENT_TIMEOUT_MSNoPer-statement timeout in ms (default: 30s). Optional.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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