
tiangong lca mcp
tiangong-lca-mcp
Repository Info
About This Server
tiangong-lca-mcp
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
TianGong-LCA-MCP
中文 | English
TianGong LCA Model Context Protocol (MCP) Server supports STDIO and Streamable Http protocols.
Starting MCP Server
Client STDIO Server
npm install -g @tiangong-lca/mcp-server
npx dotenv -e .env -- \
npx -p @tiangong-lca/mcp-server tiangong-lca-mcp-stdio
Using Docker
# Build MCP server image using Dockerfile (optional)
docker build -t linancn/tiangong-lca-mcp-server:0.0.5 .
# Pull MCP server image
docker pull linancn/tiangong-lca-mcp-server:0.0.5
# Start MCP server using Docker
docker run -d \
--name tiangong-lca-mcp-server \
--publish 9278:9278 \
--env-file .env \
linancn/tiangong-lca-mcp-server:0.0.5
Local Testing
STDIO Server
# Launch the STDIO Server using MCP Inspector
npm start
Streamable Http Server
npm run start:server
Streamable Http Local Server
npm run start:server-local
Launch MCP Inspector
DANGEROUSLY_OMIT_AUTH=true npx @modelcontextprotocol/inspector
Quick Start
Clone the repository
git clone https://github.com/linancn/tiangong-lca-mcpInstall dependencies
cd tiangong-lca-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.