servers / bus-mgmt-dolt-mcp-server
bus-mgmt-dolt-mcp-server
communityunknownpythondestructive capablehealthy
Bus Management Dolt MCP Server
44/ 100
01Tools · 14
| Tool | Risk | Side effects | Approval |
|---|---|---|---|
| write_query Execute write operations (INSERT, UPDATE, DELETE, CREATE, DROP, ALTER, RENAME) on the Dolt database. Handles polling for asynchronous operations. | destructive | true | true |
| list_views List the views in the database
| 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
| write | true | 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 |
| describe_view Show the CREATE VIEW statement for a specific view. Handles view names that require quoting (e.g., containing spaces) automatically.
| write | true | unknown |
| greet | unknown | unknown | unknown |
| 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. | destructive | true | true |
| 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 |
| get_current_database Return the currently configured database connection string in user/database/branch format. | unknown | unknown | unknown |
02Install & source
uvx bus-mgmt-dolt-mcp-server
uvxpip install bus-mgmt-dolt-mcp-server
pip03Access granted
Query a database · destructive
The access this server can exercise, inferred from its verified tools — not a declared OAuth scope.
04Trust reasoning
- 0Community serverofficial_status
- -3No clear licenselicense
- -8Exposes destructive toolstool_risk
- +10MCP handshake verifiedverification
- +5tools/list verifiedverification
05Provenance & freshness
sourcesPyPI [p4]
last_checked2026-07-01 08:42Z
next_check2026-07-03 07:55Z
cadenceevery 48h
verifiedtools_list:passed handshake:passed metadata:passed metadata:passed metadata:passed
index_statusindex — 6 unique facts >= 5
06Badge
Show your MCPExplorer trust badge in your README.
[](https://mcpexplorer.com/servers/bus-mgmt-dolt-mcp-server)
Next step
Want agents that act within guardrails? Apex is the live governed-agent product — paced, capped, and fully-logged actions with approval queues before anything runs.
Explore Apex →