Bonnard CLI
Open-source agentic schema CLI. Optimised for claude code, gemini, codex and co-pilot. Skills included.
What is Bonnard CLI?
Bonnard CLI is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to open-source agentic schema cli. optimised for claude code, gemini, codex and co-pilot. skills included.
Open-source agentic schema CLI. Optimised for claude code, gemini, codex and co-pilot. Skills included.
This server falls under the Data Science & ML category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Open-source agentic schema CLI. Optimised for claude code, g
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx bonnard-cliConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Bonnard CLI
Bonnard CLI is an open-source agentic analytics platform that connects AI coding assistants to data warehouses through a governed MCP server interface. It supports BigQuery, Snowflake, Databricks, PostgreSQL, Redshift, and DuckDB — plus orchestration integrations with dbt, Dagster, Prefect, and Airflow — enabling agents to query data, build dashboards, and manage schema definitions through natural language. Data engineers and analytics teams use it to give Claude Code, Gemini, and Codex governed, production-safe access to their analytics layer.
Prerequisites
- Node.js 20+ installed
- npm for global installation
- A supported data warehouse account (BigQuery, Snowflake, Databricks, PostgreSQL, Redshift, or DuckDB)
- An MCP client such as Claude Desktop or Claude Code
Install the Bonnard CLI globally
Install the CLI tool globally via npm so the 'bon' command is available system-wide.
npm install -g @bonnard/cliInitialize a new Bonnard project
Create a new project scaffold in your current directory. This generates the configuration files needed for connecting data sources and defining analytics models.
bon initConnect a data source
Add your data warehouse as a data source. Run the interactive command and select your warehouse type. A demo mode is available if you don't have a warehouse ready.
bon datasource add
# Or for demo mode without a real warehouse:
bon datasource add --demoAuthenticate and deploy
Log in to your Bonnard account and deploy your project. Deployment makes your schema and query definitions available via the MCP server.
bon login
bon validate
bon deploy -m "initial deploy"Start the MCP server
Launch the Bonnard MCP server locally. This exposes your deployed analytics layer as MCP tools that AI agents can call.
bon mcpConfigure your MCP client
Add the Bonnard MCP server to your client configuration. The 'bon mcp' command starts the server over stdio.
{
"mcpServers": {
"bonnard": {
"command": "bon",
"args": ["mcp"]
}
}
}Bonnard CLI Examples
Client configuration
Claude Desktop configuration entry for the Bonnard MCP server.
{
"mcpServers": {
"bonnard": {
"command": "bon",
"args": ["mcp"]
}
}
}Prompts to try
Example prompts for querying data warehouses and managing analytics through Bonnard.
- "Query the users table and show me signups by week for the last 3 months"
- "What dbt models are available in this project?"
- "Run the revenue_by_product query and create a bar chart of the results"
- "List all available data sources connected to this project"
- "Show me the schema for the orders table in BigQuery"Troubleshooting Bonnard CLI
'bon' command not found after installation
Ensure npm's global bin directory is on your PATH. Run 'npm bin -g' to find the location and add it to your shell profile (e.g. ~/.zshrc or ~/.bashrc). Then run 'source ~/.zshrc' and try again.
Data source connection fails during 'bon datasource add'
Verify your warehouse credentials and network access. For BigQuery, ensure your service account JSON key file is valid and has the necessary permissions. Use 'bon datasource add --demo' to test the setup flow without real credentials.
MCP server starts but AI returns no data
Ensure you have run 'bon deploy' after adding data sources and validating your project. The MCP server serves the deployed version — local changes are not visible until deployed.
Frequently Asked Questions about Bonnard CLI
What is Bonnard CLI?
Bonnard CLI is a Model Context Protocol (MCP) server that open-source agentic schema cli. optimised for claude code, gemini, codex and co-pilot. skills included. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Bonnard CLI?
Follow the installation instructions on the Bonnard CLI GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Bonnard CLI?
Bonnard CLI works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Bonnard CLI free to use?
Yes, Bonnard CLI is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Bonnard CLI Alternatives — Similar Data Science & ML Servers
Looking for alternatives to Bonnard CLI? Here are other popular data science & ml servers you can use with Claude, Cursor, and VS Code.
Ultrarag
★ 5.6kA Low-Code MCP Framework for Building Complex and Innovative RAG Pipelines
RocketRide
★ 3.1k📇 🏠 - MCP server that exposes RocketRide AI pipelines as t
Aix Db
★ 2.1kAix-DB 基于 LangChain/LangGraph 框架,结合 MCP Skills 多智能体协作架构,实现自然语言到数据洞察的端到端转换。
NeMo Data Designer
★ 1.9k🎨 NeMo Data Designer: Generate high-quality synthetic data from scratch or from seed data.
PaperBanana
★ 1.7kOpen source implementation and extension of Google Research’s PaperBanana for automated academic figures, diagrams, and research visuals, expanded to new domains like slide generation.
MiniMax
★ 1.5kBridges MiniMax AI capabilities to the Model Context Protocol, enabling AI agents to perform image understanding, text-to-image generation, and speech synthesis. It provides a standardized interface for accessing MiniMax's core tools via JSON-RPC.
Browse More Data Science & ML MCP Servers
Explore all data science & ml servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Bonnard CLI in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Bonnard CLI?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.