SqlAugur vs Legion MCP — MCP Server Comparison | AllMCPs
Side-by-Side Model Context Protocol Comparison
SqlAugur vs Legion MCP
In-depth architectural comparison of the SqlAugur and Legion MCP MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
SqlAugur
Databases · Local stdio
Quality: 53/100 (Good) | Auth: other
Legion MCP
Databases · Local stdio
Quality: 56/100 (Good) | Auth: other
Verdict Summary: Choose SqlAugur if you need specialized Databases tools running via a local process. Choose Legion MCP if your workspace requires Databases integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose SqlAugur when:
You need dedicated capabilities in the Databases domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: other (Free / Open Source).
SqlAugur is categorized under Databases and uses a local stdio subprocess. In contrast, Legion MCP belongs to Databases using local stdio subprocess. Select SqlAugur when you need capabilities focused on databases and Legion MCP when you require tools for databases.
Comprehensive table metadata in Markdown: columns, data types, nullability, defaults, identity, computed expressions, indexes, FKs, constraints.
list_programmable_objects
Lists views, stored procedures, functions, and triggers. Filterable by type and schema.
get_object_definition
Returns the source definition (CREATE statement) of a programmable object.
get_extended_properties
Reads extended properties (descriptions, metadata) on tables, columns, and other objects.
get_object_dependencies
Shows what an object references and what references it — upstream and downstream dependency graphs.
get_plantuml_diagram
Generates a PlantUML ER diagram with tables, columns, PKs, and FK relationships. Saves to a `.puml` file. Supports `compact` mode, schema/table filtering, and a configurable table limit (max 200).
get_mermaid_diagram
Generates a Mermaid ER diagram with tables, columns, PKs, and FK relationships. Saves to a `.mmd` file. Supports `compact` mode, schema/table filtering, and a configurable table limit (max 200).
+19 more tools listed on main page
Legion MCP Tools (10)
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
get_table_columns
Get column names for a specific table
get_table_types
Get column types for a specific table
get_query_history
Get the recent query history
list_databases
List all available database connections
get_database_info
Get detailed information about a database including schema
find_table
Find which database contains a specific table
describe_table
Get detailed description of a table including column names and types