The reputation layer for AI skills, tools & agents

executeautomation/mcp-database-server

Score: 24.9 Rank #8778

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

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 201 days ago — a recent commit would boost your freshness score

Issue Health high impact

You have 14 open vs 2 closed issues — triaging stale issues improves health

Badge

AgentRank score for executeautomation/mcp-database-server
[![AgentRank](https://agentrank-ai.com/api/badge/tool/executeautomation--mcp-database-server)](https://agentrank-ai.com/tool/executeautomation--mcp-database-server)
<a href="https://agentrank-ai.com/tool/executeautomation--mcp-database-server"><img src="https://agentrank-ai.com/api/badge/tool/executeautomation--mcp-database-server" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

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 repository
Read full README on GitHub →
Are you the maintainer? Claim this listing