executeautomation_mcp-database-server
0
The MCP Database Server facilitates database access for Claude by supporting SQLite and SQL Server databases, with tools for query execution and table management. It allows direct usage via an npm package or local development setup for customization.
MCP Database Server
This project is a Model Context Protocol (MCP) server which provides database access capabilities to Claude, supporting both SQLite and SQL Server databases.
Installation
- Clone the repository.
- Install dependencies.
- Build the project.
Usage Options
- Direct usage: Install the package globally and use it directly.
- Local development: Run from your local development environment.
Available Database Tools
read_query
,write_query
,create_table
,alter_table
,drop_table
,list_tables
,describe_table
,export_query
,append_insight
,list_insights
.
Requirements
- Node.js 18+
- SQL Server 2012 or later
Additional Documentation
- SQL Server Setup Guide
- Usage Examples