Bus Mgmt Dolt Mcp Server
Description
Run these ```bash uv venv source .venv/bin/activate uv pip install -r requirement.txt ``` Then to run the MCP Inspector and your MCP server code: ```bash mcp dev bus_mgmt_dolt_mcp_server/bus_mgmt_dolt_mcp_server.py ``` Or you can do this: ```bash uv run…
About
Run these ```bash uv venv source .venv/bin/activate uv pip install -r requirement.txt ``` Then to run the MCP Inspector and your MCP server code: ```bash mcp dev bus_mgmt_dolt_mcp_server/bus_mgmt_dolt_mcp_server.py ``` Or you can do this: ```bash uv run bus_mgmt_dolt_mcp_server/bus_mgmt_dolt_mcp_server.py ``` To run…
Details
- Author
- calvinw
- Downloads
- 131
- Categories
- Other
Jump to
—
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Bus Mgmt Dolt Mcp ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Set up a virtual environment with uv venv, activate it (source .venv/bin/activate), and install dependencies using uv pip install -r requirement.txt. Then run the server with mcp dev bus_mgmt_dolt_mcp_server/bus_mgmt_dolt_mcp_server.py or directly via uv run bus_mgmt_dolt_mcp_server/bus_mgmt_dolt_mcp_server.py.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"bus mgmt dolt mcp server": {
"bus-mgmt-dolt-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
}
}
McpServers
{
"bus-mgmt-dolt-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
Run these
uv venv
source .venv/bin/activate
uv pip install -r requirement.txt
Then to run the MCP Inspector and your MCP server code:
mcp dev bus_mgmt_dolt_mcp_server/bus_mgmt_dolt_mcp_server.py
Or you can do this:
uv run bus_mgmt_dolt_mcp_server/bus_mgmt_dolt_mcp_server.py
To run the test code do this:
uv run test_client.py
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



