Skip to main content
Glama
linancn
by linancn

docType: guide scope: repo status: current authoritative: true owner: mcp language: en whenToUse: "When installing, configuring, running, or integrating the TianGong AI MCP server." whenToUpdate: "When tool behavior, auth, environment variables, package metadata, build commands, or server startup changes." checkPaths:

  • AGENTS.md

  • .docpact/config.yaml

  • package.json

  • Dockerfile

  • .env.example

  • mcp_config.json

  • test.http

  • .github/prompts/**

  • README_CN.md

  • DEV_EN.md

  • DEV_CN.md

  • src/** lastReviewedAt: 2026-04-29 lastReviewedCommit: 04a3868c3b259fd4fe32b35b8198e20bbf4f329c


TianGong-AI-MCP

中文 | English

TianGong AI Model Context Protocol (MCP) Server supports Streamable Http protocol.

Starting MCP Server

Streamable Http Server

npm install -g @tiangong-ai/mcp-server@latest

npx dotenv -e .env -- \
npx -p @tiangong-ai/mcp-server tiangong-ai-mcp-http

Local Development Server

From this repository you can build and launch the HTTP server with:

npm run build
npx dotenv -e .env -- node dist/src/index_server.js

Launch the Inspector separately when interactive MCP inspection is needed.

Launch MCP Inspector

npx @modelcontextprotocol/inspector
A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A high-performance Model Context Protocol (MCP) server designed for large language models, enabling real-time communication between AI models and applications with support for session management and intelligent tool registration.
    2
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    An MCP server that provides Hugging Face Hub API and Search endpoints through multiple transport protocols (STDIO, SSE, StreamableHTTP, and StreamableHTTPJson), enabling integration with AI model capabilities.
    277
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A server that implements the Model Context Protocol (MCP) with StreamableHTTP transport, enabling standardized interaction with model services through a RESTful API interface.
    409
    2
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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-ai-mcp'

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