dm-mcp-server
2
The project is an MCP service built around the Dameng database, providing tools for listing tables, executing read-only queries, and describing table structures. It aims to facilitate database interactions using a consistent protocol.
list_tables
List all tables in the specified database
execute_query
Perform read-only SQL queries
describe_table
Displays the structure of the specified table