dm-mcp-server
If you are the rightful owner of dm-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This project is an MCP (Microservice Communication Protocol) service based on the Dameng database, providing functionalities such as listing tables, executing read-only SQL queries, and displaying table structures.
The Dameng Database MCP Service is designed to facilitate communication with Dameng databases through a microservice protocol. It offers tools to list tables, execute read-only SQL queries, and describe table structures. The service can be installed on Windows using a binary file or through Go installation. It requires Go version 1.16 or higher and a configured Dameng database. The project structure includes main program entry, tool implementations, and utility functions for configuration and database connection. Contributions are welcome, and the project is licensed under the MIT License.
Features
- List tables in the database using the list_tables tool.
- Execute read-only SQL queries with the execute_query tool.
- Display the structure of a specified table using the describe_table tool.
Tools
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