Docker 部署 CodeGraph 多项目统一 MCP 网关,附源码
从本地拷贝下载文件到服务器
scp codegraph-linux-x64.tar.gz usernameip_address:/home/…/Projects/codegraph_ide
Linux系统下执行操作
新建 install-codegraph.sh
#!/bin/bash
VERSIONv1.4.0
INSTALL_DIR“HOME/.codegraph"BINDIR"HOME/.codegraph"
BIN_DIR…
2026/7/19 5:10:15