Connect to Claude
Dbmc icon

Dbmc

CreatedVerssae

Executes SQL queries on a database via Server-Sent Events.

About

Dbmc is a Model-Client-Protocol (MCP) server designed to execute queries on MSSQL databases. It communicates with clients through Server-Sent Events (SSE), providing a streamlined way to interact with your database and retrieve results. Configuration is simplified through environment variables or Docker Compose, allowing for quick setup and deployment.

Key Features

  • Executes SQL queries on MSSQL databases
  • Supports hot reloading for development
  • Communicates with clients via Server-Sent Events (SSE)
  • Compatible with MCP clients like Claude Desktop and Cursor
  • Configuration via environment variables or Docker Compose

Use Cases

  • Developing database-driven applications using Server-Sent Events
  • Integrating database querying into MCP-compatible applications
  • Enabling remote execution of SQL queries with real-time updates