executeautomation/mcp-database-server
MCP Database Server is a new MCP Server which helps connect with Sqlite, SqlServer and Posgresql Databases
Overview
executeautomation/mcp-database-server is a TypeScript MCP server licensed under MIT. MCP Database Server is a new MCP Server which helps connect with Sqlite, SqlServer and Posgresql Databases Topics: mcp-server, posgresql, sqlite, sqlserver.
Ranked #8778 out of 25632 indexed tools.
Ecosystem
TypeScript MIT
mcp-serverposgresqlsqlitesqlserver
Signal Breakdown
Stars 319
Freshness 6mo ago
Issue Health 13%
Contributors 6
Dependents 0
Forks 87
Description Good
License MIT
How to Improve
Description low impact
Freshness high impact
Issue Health high impact
Matched Queries
From the README
# MCP Database Server This MCP (Model Context Protocol) server provides database access capabilities to Claude, supporting SQLite, SQL Server, PostgreSQL, and MySQL databases. ## Installation 1. Clone the repository: ``` git clone https://github.com/executeautomation/mcp-database-server.git cd mcp-database-server ``` 2. Install dependencies: ``` npm install ``` 3. Build the project: ``` npm run build ``` ## Usage Options There are two ways to use this MCP server with Claude: 1. **Direct usage**: Install the package globally and use it directly 2. **Local development**: Run from your local development environment ### Direct Usage with NPM Package The easiest way to use this MCP server is by installing it globally: ```bash npm install -g @executeautomation/database-server ``` This allows you to use the server directly without building it locally. ### Local Development Setup If you want to modify the code or run from your local environment: 1. Clone and build the repositoryRead full README on GitHub →
Are you the maintainer? Claim this listing