TianGong-LCA-MCP
中文 | English
TianGong LCA Model Context Protocol (MCP) Server 支持 STDIO 和 SSE 两种协议。
启动 MCP 服务器
客户端 STDIO 服务器
npm install -g @tiangong-lca/mcp-server
npx dotenv -e .env --
npx @tiangong-lca/mcp-server
远程 SSE 服务器
npm install -g @tiangong-lca/mcp-server
npm install -g supergateway
npx dotenv -e .env --
npx -y supergateway
--stdio "npx -y @tiangong-lca/mcp-server"
--port 3001
--ssePath /sse --messagePath /message
使用 Docker
# 使用 Dockerfile 构建 MCP 服务器镜像(可选)
docker build -t linancn/tiangong-lca-mcp-server:0.0.1 .
# 拉取 MCP 服务器镜像
docker pull linancn/tiangong-lca-mcp-server:0.0.1
# 使用 Docker 启动 MCP 服务器
docker run -d
--name tiangong-lca-mcp-server
--publish 3001:80
--env-file .env
linancn/tiangong-lca-mcp-server:0.0.1
开发
环境设置
# 安装 Node.js
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash
nvm install 22
nvm use
# 安装依赖
npm install
# 更新依赖
npm update && npm ci
代码格式化
# 使用代码检查工具格式化代码
npm run lint
本地测试
STDIO 服务器
# 使用 MCP Inspector 启动 STDIO 服务器
npm start
SSE 服务器
# 打包当前项目
npm run build && npm pack
# 如果需要可以全局安装 supergateway(可选)
npm install -g supergateway
# 启动 SSE 服务器,如配置了参数 --baseUrl ,应设置为有效的 IP 地址或域名
npx dotenv -e .env --
npx -y supergateway
--stdio "npx -y tiangong-lca-mcp-server-0.0.1.tgz"
--port 3001
--ssePath /sse
--messagePath /message
# 启动 MCP Inspector
npx @modelcontextprotocol/inspector
发布
npm login
npm run build && npm publish
TianGong LCA Server
Project Details
- linancn/tiangong-lca-mcp
- MIT License
- Last Updated: 4/12/2025
Recomended MCP Servers
Web Search tools are a series of tools that allow Claude to acces de internet via MCP Server
MCP server for GNU Radio
🔍 Unified Search MCP Server - Search across Google Scholar, Web, and YouTube with a single query
Binance Cryptocurrency MCP
ModelContextProtocal server for interacting with buttondown
claude-code-mcp
DARP engine. The MCP search engine for DARP.
Provides summarised output from various actions that could otherwise eat up tokens and cause crashes for AI agents
ts-morphをつかったリファクタリング機能をMCPで提供する
eladmin mybatis-plus版本:项目基于 Spring Boot 2.7.18 、MyBatis-Plus、Spring Security、Redis、Vue的前后端分离的后台管理系统, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由
YouTube MCP Server is an AI-powered solution designed to revolutionize your YouTube experience. It empowers users to search...





