# Let agents draft and manage Bdash SQL queries through MCP

> Connect Bdash's SQL workspace to MCP clients so an agent can list configured data sources and write SQL into the active query editor for supervised analysis.

- Skill: `agentskillexchange/let-agents-draft-and-manage-bdash-sql-queries-through-mcp` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentskillexchange/let-agents-draft-and-manage-bdash-sql-queries-through-mcp`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentskillexchange/let-agents-draft-and-manage-bdash-sql-queries-through-mcp/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: agentskillexchange (https://skillmd.com/u/agentskillexchange)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/agentskillexchange/let-agents-draft-and-manage-bdash-sql-queries-through-mcp

---


# Let agents draft and manage Bdash SQL queries through MCP

Connect Bdash's SQL workspace to MCP clients so an agent can list configured data sources and write SQL into the active query editor for supervised analysis.

## Prerequisites

Bdash desktop app, bundled Bdash MCP server, Node.js, Claude Code or another MCP-compatible client

## Installation

Install Bdash from the official website or GitHub Releases.

For development MCP setup from a cloned repository, upstream documents running yarn mcp:install and then yarn mcp:build.

For Claude Code, add the MCP server to .claude/settings.json or a project-level MCP settings file with command node and args pointing to src/mcp/dist/server.js. For the bundled macOS app, point args to /Applications/Bdash.app/Contents/Resources/mcp/server.js.

- Source: https://github.com/bdash-app/bdash
- Extracted from upstream docs: https://raw.githubusercontent.com/bdash-app/bdash/HEAD/README.md

## Documentation

- https://github.com/bdash-app/bdash

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/let-agents-draft-and-manage-bdash-sql-queries-through-mcp/)

