trackmcp
Back to directory
calvinw

bus-mgmt-mcp-server

View on GitHub

MCP server

0 stars PythonServers & Infrastructure Updated Apr 18, 2025

Documentation

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_mcp_server/bus_mgmt_mcp_server.py

Or you can do this:

bash
uv run bus_mgmt_mcp_server/bus_mgmt_mcp_server.py

To run the test code do this:

bash
uv run test_client.py

Frequently asked questions

What is bus-mgmt-mcp-server?

bus-mgmt-mcp-server is MCP server

How do I install bus-mgmt-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is bus-mgmt-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/calvinw/bus-mgmt-mcp-server.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP