Skip to main content
Glama

TianGong-LCA-MCP Server

by linancn
MIT License
300
3
  • Linux
  • Apple

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

Launch MCP Inspector

DANGEROUSLY_OMIT_AUTH=true npx @modelcontextprotocol/inspector
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

A Model Context Protocol server that supports both STDIO and SSE protocols for TianGong Life Cycle Assessment (LCA) applications.

  1. Starting MCP Server
    1. Client STDIO Server
    2. Using Docker
  2. Local Testing
    1. STDIO Server
    2. Streamable Http Server
    3. Launch MCP Inspector

Related MCP Servers

  • A
    security
    F
    license
    A
    quality
    A Model Context Protocol implementation that provides a standardized interface for task management, supporting both STDIO mode for CLI/AI applications and HTTP+SSE mode for browser-based clients.
    Last updated 5 months ago
    4
    1
    JavaScript
  • A
    security
    F
    license
    A
    quality
    A CLI tool that runs a Model Context Protocol server over stdio, enabling interaction with specification documents like business requirements, product requirements, and user stories for the Specif-ai platform.
    Last updated 5 months ago
    9
    13
    TypeScript
  • A
    security
    A
    license
    A
    quality
    An implementation of the Model Context Protocol server that enables AI models to communicate with Edge Security Acceleration (ESA) services, allowing models to manage routines, deployments, routes, records, and sites through standardized protocols.
    Last updated 25 days ago
    19
    26
    23
    TypeScript
    MIT License
  • -
    security
    F
    license
    -
    quality
    A Model Context Protocol server that enables real-time communication using Server-Sent Events (SSE), providing standardized model management and resource templating capabilities.
    Last updated a month ago
    TypeScript

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/linancn/tiangong-lca-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server