Qiao-MCP — Bridge Engineering (桥梁工程) for Cursor
io.github.soratayang/qiao-mcp
Full-lifecycle bridge structural analysis — modeling, staging, code checks.
client:Cursor
transport:stdio
runtime:pypi
Install Qiao-MCP — Bridge Engineering (桥梁工程) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"qiao-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"qiao-mcp"
],
"env": {
"BRIDGE_PROVIDER": "<BRIDGE_PROVIDER>",
"QIAOTONG_HTTP_URL": "<QIAOTONG_HTTP_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs