Back to directory
database-mcp

database-mcp

@TheRaLabs88

A server that helps people access and query data in databases using the Legion Query Runner with Model Context Protocol (MCP) in Python.

databasemulti-databasesql

Installation & Configuration

{
  "mcpServers": {
    "database-mcp": {
      "command": "uvx",
      "args": [
        "database-mcp"
      ],
      "env": {
        "DB_TYPE": "pg",
        "DB_CONFIG": "{\"host\":\"localhost\",\"port\":5432,\"user\":\"user\",\"password\":\"pw\",\"dbname\":\"dbname\"}"
      },
      "disabled": true,
      "autoApprove": []
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/3/23
Updated
2026/6/8