servers / bus-mgmt-dolt-mcp-server
bus-mgmt-dolt-mcp-server
communityunknownpythondestructive capablehealthy
Bus Management Dolt MCP Server
01Tools · 14
How to read this: tool names here are observed from a live tools/list handshake. The Risk label is a heuristic inferred from the tool name (write/destructive verbs), not from executing the tool — a conservative guess, not a verified capability. We never escalate risk from a description. Found one that's wrong? Tell us — we fix on report.
| Tool | Risk | Side effects | Approval |
|---|---|---|---|
| export_views_statements Export DROP VIEW and CREATE VIEW statements for all views.
First outputs all DROP VIEW IF EXISTS statements, then outputs the CREATE VIEW statements. | read | false | unknown |
| drop_all_views Drop all views from the database by listing all views and invoking drop_view for each.
If a drop fails due to a timeout, the function will retry the drop once. | destructive | true | true |
| read_query Execute SQL read queries safely on the Dolt database
| read | false | unknown |
| download_table_csv Downloads the content of a specific table as CSV text using the DoltHub API.
Handles table names that require quoting automatically. | unknown | unknown | unknown |
| drop_view Drop a view from the database. Handles view names that require quoting (e.g., containing spaces) automatically. Uses the write_query tool for execution.
| destructive | true | true |
| set_current_database Set the active database connection string. Expects format: user/database/branch. | write | true | unknown |
| list_tables List the BASE tables in the database (excluding views)
| read | false | unknown |
| greet | unknown | unknown | unknown |
| get_current_database Return the currently configured database connection string in user/database/branch format. | read | false | unknown |
| list_views List the views in the database
| read | false | unknown |
| describe_view Show the CREATE VIEW statement for a specific view. Handles view names that require quoting (e.g., containing spaces) automatically.
| read | false | unknown |
| describe_table Describe the structure of a specific table. Handles table names that require quoting (e.g., containing spaces) automatically.
| read | false | unknown |
| create_view Create a new view in the database using the provided SELECT query. Handles view names that require quoting (e.g., containing spaces) automatically. Uses the write_query tool for execution.
| write | true | unknown |
| write_query Execute write operations (INSERT, UPDATE, DELETE, CREATE, DROP, ALTER, RENAME) on the Dolt database. Handles polling for asynchronous operations. | write | true | unknown |
02Install & source
uvx bus-mgmt-dolt-mcp-server
uvxpip install bus-mgmt-dolt-mcp-server
pip03Access granted
Query a database · write
The access this server can exercise, inferred from its verified tools — not a declared OAuth scope.
05Provenance & freshness
sourcesPyPI [p4]
last_checked2026-08-16 09:07Z
next_check2026-08-18 09:00Z
cadenceevery 48h
verifiedtools_list:passed handshake:passed metadata:passed tools_list:passed handshake:passed metadata:passed metadata:passed tools_list:passed handshake:passed metadata:passed
index_statusindex — 6 unique facts >= 5
06Badge
Add the “as seen on MCPExplorer” badge to your README.
[](https://mcpexplorer.com/servers/bus-mgmt-dolt-mcp-server)
Next step
This is one server. A loadout combines the right servers, governance, and proven plays for a whole job — assembled deliberately, not tool-dumped.
Explore loadouts →