Skip to main content
DatabasesPython

TheRaLabs/legion-mcp

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

databaseslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/TheRaLabs/legion-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "legion-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "TheRaLabs/legion-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python
Author
TheRaLabs