MCP Database Manager
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_connectionsA | List configured database connections and their permission (readonly). Passwords are redacted from URLs in the output. Returns: JSON array of connection configs. |
| get_schemaA | 获取数据库 schema(Markdown)。默认返回所有表的摘要;传入 table_names 时返回这些表的列详情。 |
| read_sqlA | 执行只读 SQL 查询(例如 SELECT/SHOW/PRAGMA)。 Returns: JSON array of rows. |
| write_sqlA | 执行写入 SQL(INSERT/UPDATE/DELETE/DDL)。 仅当连接 readonly=false 时允许。 Returns: JSON {status, rows_affected}. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/meimingqi222/mcp-database-manager'
If you have feedback or need assistance with the MCP directory API, please join our Discord server