Tiangong Lca Mcp

Integrates applications with the Model Context Protocol, managing data and tools through a standardized interface. Supports both standard input/output and Server-Sent Events for flexible communication.

Author

Tiangong Lca Mcp logo

linancn

MIT License

Quick Info

GitHub GitHub Stars 4
NPM Weekly Downloads 0
Tools 1
Last Updated 4/10/2025

Tags

tools developer development tools integrations developer tools workflow environment

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