Qiao-MCP — Bridge Engineering (桥梁工程) runs on your own machine — the client starts it, so there is no endpoint to ping. 87 installs a week from pypi. Last commit 15 Sep 2026.
Full-lifecycle bridge structural analysis — modeling, staging, code checks.
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
module = __import__(module_path, fromlist=[class_name])
file_path = os.path.join(
DEFAULT_IMAGE_DIR, f"result_{result_type}_stage{stage_id}.png"
)
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add qiao-mcp -- uvx qiao-mcp
{
"mcpServers": {
"qiao-mcp": {
"args": [
"qiao-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.qiao-mcp]
command = "uvx"
args = ["qiao-mcp"]
{
"mcpServers": {
"qiao-mcp": {
"args": [
"qiao-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"qiao-mcp": {
"args": [
"qiao-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
BRIDGE_PROVIDER (Backend adapter to use. Currently only 'qtmodel' (QiaoTong) is implemented; more backends are planned.), QIAOTONG_HTTP_URL (Override the QiaoTong HTTP endpoint. Only needed when the software runs on another machine or a non-default port — must use the host 'localhost' rather than 127.0.0.1.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for code structure analysis using tree-sitter.
MCP server for code structure analysis using tree-sitter.
See what your AI edits affect. Structural checks for AI code changes. 28 MCP tools, no LLM.
MCP server bridging AI assistants to Moonshot AI Kimi Code CLI for code analysis and review
MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review
Local Go repository call graphs and structural analysis for coding agents over stdio.
MCP server for Ruchy: code analysis, scoring, linting, formatting, and transpilation tools
Zero-LLM structural code retrieval for AI coding agents, served over MCP.
Answers built from our own checks of this server.