Skip to main content
Glama

TianGong-AI-MCP

by linancn

TianGong-AI-MCP

中文 | English

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

Starting MCP Server

Streamable Http Server

npm install -g @tiangong-ai/mcp-server-local npx dotenv -e .env -- \ npx -p @tiangong-ai/mcp-server-local tiangong-ai-mcp-http

Using Docker

# Build MCP server image using Dockerfile (optional) docker build -t linancn/tiangong-ai-mcp-server-local:0.0.1 . # Pull MCP server image docker pull linancn/tiangong-ai-mcp-server-local:0.0.1 # Start MCP server using Docker docker run -d \ --name tiangong-ai-mcp-server-local \ --publish 9279:9279 \ --env-file .env \ linancn/tiangong-ai-mcp-server-local:0.0.1
-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

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

A Model Context Protocol (MCP) server that supports STDIO, SSE and Streamable HTTP protocols for AI model interactions.

  1. Starting MCP Server
    1. Streamable Http Server
    2. Using Docker

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    A Model Context Protocol server implementation that enables connection between OpenAI APIs and MCP clients for coding assistance with features like CLI interaction, web API integration, and tool-based architecture.
    Last updated -
    28
    Python
    • Linux
    • Apple
  • -
    security
    A
    license
    -
    quality
    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.
    Last updated -
    2
    Python
    MIT License
  • -
    security
    A
    license
    -
    quality
    A server that implements the Model Context Protocol, providing a standardized way to connect AI models to different data sources and tools.
    Last updated -
    3
    5
    TypeScript
    MIT License
  • A
    security
    F
    license
    A
    quality
    An all-in-one Model Context Protocol (MCP) server that connects your coding AI to numerous databases, data warehouses, data pipelines, and cloud services, streamlining development workflow through seamless integrations.
    Last updated -
    2
    Python
    • Apple
    • Linux

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

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