MCP server for VeDB MySQL
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"vedb-mysql-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# veDB MySQL MCP Server This MCP server provides a tool to interact with the VolcEngine veDB MySQL Service, allowing you to search and retrieve knowledge from your collections. ## Features - list_vedb_mysql_instances > Retrieve a list of all veDB MySQL instances for the user, including a batch of instance IDs and basic information - describe_vedb_mysql_detail > Retrieve detailed information about a specific veDB MySQL instance - list_vedb_mysql_instance_databases > Retrieve a list of databases created in a specific veDB MySQL instance, including privileges info - list_vedb_mysql_instance_accounts > Obtain a list of accounts in a single veDB MySQL instance, with their privilege details - modify_vedb_mysql_instance_alias > Modify a specific veDB MySQL instance's alias ## Setup ### Prerequisites - Python 3.10 or higher - API credentials (AK/SK) ### Installation 1. Install the package: ```bash pip install -e . ``` Or with uv (recommended): ```bash uv pip install -e . ``` ### Configuration The server requires the following environment variables: - `VOLC_ACCESSKEY`: Your VolcEngine access key - `VOLC_SECRETKEY`: Your VolcEngine secret key - `REGION`: Your VolcEngine region (e.g., "cn-beijing") Optional environment variables: - `PORT`: Port for the FastMCP server (default: 8000) ## Usage ### Running the Server The server can be run with either stdio transport (for MCP integration) or SSE transport: ```bash python -m mcp_server_vedb_mysql.server --transport stdio ``` Or: ```bash python -m mcp_server_vedb_mysql.server --transport sse ``` ## MCP Integration To add this server to your MCP configuration, add the following to your MCP settings file: ```json { "mcpServers": { "veDB_mysql": { "command": "uvx", "args": [ "--from", "git+https://github.com/volcengine/mcp-server#subdirectory=server/mcp_server_vedb_mysql", "mcp-server-vedb-mysql" ], "env": { "VOLC_ACCE…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.