Back to directory
theralabs/legion-mcp

theralabs/legion-mcp

@TheRaLabs

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

databasesqlmulti-databasemcplegionquery-runnerpythonpostgresql

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\"}"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/12