Bus Mgmt Dolt Mcp Server

by calvinw

131 downloads
Not rated
GitHub

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

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Bus Mgmt Dolt Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.