database-server-executeautomation
A Model Context Protocol server enabling LLMs to interact with SQLite and SQL Server databases, supporting schema inspection and SQL query execution, as an exemplary database MCP server.
About this tool
database-server-executeautomation
A Model Context Protocol (MCP) server that enables LLMs to interact with SQLite and SQL Server databases. It supports schema inspection and SQL query execution, serving as an exemplary database MCP server.
Source: GitHub Repository
Features
- Supports Multiple Databases:
- SQLite
- SQL Server
- (Mentions Postgresql in some documentation, but primary support is for SQLite and SQL Server)
- Direct and Local Usage:
- Can be installed globally as an NPM package for direct use
- Can be run locally for development and customization
- Integration with Claude Desktop:
- Configurable as an MCP server within Claude Desktop for database access
- Database Tools Provided:
read_query: Execute SELECT queries to read datawrite_query: Execute INSERT, UPDATE, or DELETE queriescreate_table: Create new tables in the databasealter_table: Modify existing table schemadrop_table: Remove a table from the database (with safety confirmation)list_tables: Retrieve a list of all tablesdescribe_table: View schema information for a tableexport_query: Export query results as CSV or JSONappend_insight: Add a business insight to a memolist_insights: List all business insights
- Flexible Configuration:
- Allows command-line configuration for both SQLite and SQL Server connections
- Supports both SQL Server authentication and Windows Authentication
- Development Support:
- Includes scripts for development (
npm run dev) and watching file changes (npm run watch) - Written in TypeScript and JavaScript
- Includes scripts for development (
- Requirements:
- Node.js 18+
- SQL Server 2012 or later (for SQL Server connectivity)
- Open Source:
- Available under the MIT license
Pricing
- Open Source: Free to use under the MIT license.
Tags
mcp, database, sql, sqlite, sql-server
Category
Database Messaging MCP Servers
Loading more......
Information
Categories
Tags
Similar Products
6 result(s)An MCP server bridging to ClickZetta databases for executing SQL queries, exploring schema information, and documenting insights via natural language interaction.
Enables direct SQL query execution against MSSQL databases through a FastMCP-powered server with Docker containerization, making it a relevant MCP server for database interaction and analysis.
An MCP Server for Microsoft Azure SQL Database, allowing Model Context Protocol clients to interact with managed Azure SQL databases in the cloud.
An MCP Server for bit.io, providing Model Context Protocol access to bit.io’s zero‑config, shareable cloud databases.
Provides a JSON-RPC interface to Datomic databases through the MCP protocol, enabling schema exploration and Datalog query execution. This makes it a specialized MCP server for interacting with Datomic.
A Model Context Protocol (MCP) implementation for connecting to and working with various database systems, serving as a versatile MCP server.