mcp-db-server-stateless

Installation
SKILL.md

mcp-db-server Stateless Database MCP Server

Skill by ara.so — MCP Skills collection.

Overview

mcp-db-server is a stateless MCP (Model Context Protocol) service built with Spring Boot that enables AI agents to interact with databases directly. Unlike traditional database tools, it does not store any connection credentials—the AI client passes connection parameters with every request. The server caches connection pools in memory (5-minute TTL) for performance while maintaining zero persistence.

Supported Databases:

  • MySQL (port 3306)
  • PostgreSQL (port 5432)
  • H2 (embedded)
  • SQLite (file-based)
  • SQL Server (port 1433)
  • Oracle (port 1521)

Installation & Deployment

Quick Start with Maven

Installs
52
GitHub Stars
4
First Seen
Jun 22, 2026
mcp-db-server-stateless — aradotso/mcp-skills