Skip to main content
Glama
KeeVor

keevor-mysql-mcp-server

by KeeVor

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_HOSTNo数据库主机地址localhost
DB_NAMEYes数据库名称
DB_PORTNo数据库端口3306
DB_USERNo数据库用户名root
DB_PASSWORDYes数据库密码

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_tablesA

查询数据库中的所有表,包含表注释、引擎、行数等信息

describe_tableA

查询指定表的详细结构,包含字段注释、索引、外键等信息

Args:
    table_name: 要查询结构的表名
execute_sqlC

执行SQL语句

Args:
    sql: 要执行的SQL语句

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/KeeVor/keevor-mysql-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server