Boyce
@boyce-io
Boyce について
Give AI agents structured database intelligence. Deterministic SQL, NULL trap detection, EXPLAIN pre-flight. MIT licensed.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"boyce": {
"command": "uvx",
"args": [
"boyce"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Boyce?
Boyce is an MCP server that gives AI agents structured database intelligence to generate correct, safe SQL — deterministically. It compiles natural language to deterministic SQL via a StructuredFilter pipeline (zero LLM involvement), inspects live Postgres/Redshift schema, and verifies queries with EXPLAIN pre-flight.
How to use Boyce?
Connect any MCP host (Claude Desktop, Cursor, Claude Code, etc.) to Boyce. No API key is required. The host LLM reads the schema via get_schema, constructs a query, and Boyce compiles deterministic SQL. Boyce provides 8 MCP tools including ingest_source, get_schema, ask_boyce, validate_sql, query_database, profile_data, and check_health.
Key features of Boyce
- Deterministic SQL compiler with zero LLM in the pipeline.
- Live database inspector for schema and NULL distributions.
- EXPLAIN pre-flight verification catches bad queries early.
- 8 MCP tools including
get_schemaandvalidate_sql. - 10 source parsers: dbt, LookML, DDL, SQLite, Django, etc.
- Supports Redshift, Postgres, DuckDB, BigQuery dialects.
Use cases of Boyce
- AI agents querying production Postgres/Redshift databases safely.
- Generating deterministic, byte-for-byte identical SQL from natural language.
- Pre-validating SQL with EXPLAIN to avoid runtime errors in Claude Desktop.
- Inspecting schema and NULL distributions to write
「データベース」の他のコンテンツ
ClickHouse MCP Server
ClickHouseConnect ClickHouse to your AI assistants.
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展

Sqlite
modelcontextprotocolModel Context Protocol Servers
Snowflake MCP Server
isaacwassermanSail MCP Server for Spark SQL
lakehqDrop-in Apache Spark replacement written in Rust, unifying batch processing, stream processing, and compute-intensive AI workloads.
コメント