
TianGong-LCA-MCP Server
A Model Context Protocol server that supports both STDIO and SSE protocols for TianGong Life Cycle Assessment (LCA) applications.
Tools
Weaviate Hybrid Search with Extension
Hybrid search in Weaviate with context extension
Search_ESG_Tool
Perform search on ESG database.
README
TianGong-LCA-MCP
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.