mcpbeat Sign in

Qiao-MCP — Bridge Engineering (桥梁工程) MCP Server

by soratayang Your server? Claim it
local only

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.

Installs per day peak 342 · avg 40 · -24% w/w
a month agotoday
87
Installs / week
pypi · qiao-mcp
0
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add qiao-mcp -- uvx qiao-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "qiao-mcp": {
      "args": [
        "qiao-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.qiao-mcp]
command = "uvx"
args = ["qiao-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "qiao-mcp": {
      "args": [
        "qiao-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Qiao-MCP — Bridge Engineering (桥梁工程)

same job, measured the same way
Code Analyze MCP
by clouatre-labs

MCP server for code structure analysis using tree-sitter.

local only
Aptu Coder
by clouatre-labs

MCP server for code structure analysis using tree-sitter.

local only
Codeweb
by ghostlygawd

See what your AI edits affect. Structural checks for AI code changes. 28 MCP tools, no LLM.

76 installs/wk local only
Kimi MCP Server
by x51xxx

MCP server bridging AI assistants to Moonshot AI Kimi Code CLI for code analysis and review

680 installs/wk local only
Codex MCP Tool
by x51xxx

MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review

121 installs/wk local only
gograph
by ozgurcd

Local Go repository call graphs and structural analysis for coding agents over stdio.

local only
I
Ruchy MCP
by noahgift

MCP server for Ruchy: code analysis, scoring, linting, formatting, and transpilation tools

local only
Skeletongraph
by yashdoke7

Zero-LLM structural code retrieval for AI coding agents, served over MCP.

28 installs/wk local only

Qiao-MCP — Bridge Engineering (桥梁工程) — questions

Answers built from our own checks of this server.

Why is there no uptime for Qiao-MCP — Bridge Engineering (桥梁工程)?
Qiao-MCP — Bridge Engineering (桥梁工程) runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package qiao-mcp was installed 87 times last week.
How do I connect Qiao-MCP — Bridge Engineering (桥梁工程)?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls qiao-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Qiao-MCP — Bridge Engineering (桥梁工程)?
The pypi package qiao-mcp was installed 87 times in the last week. Week over week that is -24%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Qiao-MCP — Bridge Engineering (桥梁工程) open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.