Back to directory
theralabs/legion-mcp

theralabs/legion-mcp

@TheRaLabs942719

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
2025/3/24
Updated
2025/5/11