Legion MCP
UnclaimedA server that helps people access and query data in databases using the Legion Query Runner with Model Context Protocol (MCP) in Python.
Install
npx @modelcontextprotocol/inspector uv run src/database_mcp/mcp_server.pyUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (10)
describe_table
Get detailed description of a table including column names and types
execute_query
Execute a SQL query and return results as a markdown table
execute_query_json
Execute a SQL query and return results as JSON
find_table
Find which database contains a specific table
get_database_info
Get detailed information about a database including schema
get_query_history
Get the recent query history
get_table_columns
Get column names for a specific table
get_table_sample
Get a sample of data from a table
get_table_types
Get column types for a specific table
list_databases
List all available database connections