Bus Mgmt Dolt Mcp Server
@calvinw
关于 Bus Mgmt Dolt Mcp Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"bus-mgmt-dolt-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Bus Mgmt Dolt Mcp Server?
—
How to use Bus Mgmt Dolt Mcp Server?
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.
Key features of Bus Mgmt Dolt Mcp Server
—
Use cases of Bus Mgmt Dolt Mcp Server
—
FAQ from Bus Mgmt Dolt Mcp Server
How do I install the server?
Run uv venv, activate the virtual environment, and install from requirement.txt using uv pip install -r requirement.txt.
How do I run the server using the MCP Inspector?
Execute mcp dev bus_mgmt_dolt_mcp_server/bus_mgmt_dolt_mcp_server.py in your terminal.
How do I run the server directly?
Run uv run bus_mgmt_dolt_mcp_server/bus_mgmt_dolt_mcp_server.py.
How do I run the test code?
Run uv run test_client.py. (Note: the README shows uv run test_client.py, but the original snippet says uv run test_client.py — it appears in the README as "To run the test code do this: uv run test_client.py.")
Is there any additional configuration needed?
The README does not specify any additional configuration beyond installing dependencies and running the server.
其他 分类下的更多 MCP 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论