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.
Quick Start
Clone the repository:
git clone https://github.com/TheRaLabs/legion-mcpClaude Desktop configuration example:
{
"mcpServers": {
"legion-mcp": {
"command": "npx",
"args": [
"-y",
"TheRaLabs/legion-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.