Back to Apps

MCP Database Server
by melkeydev
Read-only database access for LLMs supporting PostgreSQL, MySQL, and SQLite.
11 stars
Updated 1 year ago
Works in:claude
Exposes:Tools
What it does\nConnects LLMs to relational databases to explore schemas, sample data, and perform analysis via safe, read-only SELECT queries.\n\n## Tools\n- scan_database: Discovers the full database schema, including tables and columns.\n- sample_table: Retrieves a configurable sample of rows from a specific table.\n- query_database: Executes a read-only SQL SELECT query for targeted data extraction.\n\n## Installation\nAdd the server to your claude_desktop_config.json:\n\njson\n{\n \"mcpServers\": {\n \"database\": {\n \"command\": \"/path/to/mcp-database\",\n \"args\": [\"-config\", \"/path/to/config.yaml\"]\n }\n }\n}\n\n\n## Supported hosts\n- Claude Desktop
Quick install
go build -o mcp-database && ./mcp-database -config config.yamlInformation
- Pricing
- free
- Published
- 7/15/2026
- Updated
- 1 year ago
- stars
- 11
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{\n \"mcpServers\": {\n \"database\": {\n \"command\": \"/path/to/mcp-database\",\n \"args\": [\"-config\", \"/path/to/config.yaml\"]\n }\n }\n}





