Back to MCP Servers
🔌

TheRaLabs/legion-mcp

GPL-3.0

🐍 🏠 Universal database MCP server supporting multiple database types including PostgreSQL, Redshift, CockroachDB, MySQL, RDS MySQL, Microsoft SQL Server, BigQuery, Oracle DB, and SQLite.

PythonDatabases

Install

npx -y @modelcontextprotocol/inspector

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "theralabs-legion-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/inspector"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.