JUHE API Marketplace
linancn avatar
MCP Server

TianGong-AI-MCP

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

0
GitHub Stars
8/22/2025
Last Updated
No Configuration
Please check the documentation below.

README Documentation

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 -y -p @tiangong-ai/mcp-server-local tiangong-ai-mcp-http

npm i -g pm2

pm2 start "npx --no-install tiangong-ai-mcp-http" --name tiangong-mcp-local --time

pm2 restart tiangong-mcp-local
pm2 stop tiangong-mcp-local
pm2 logs tiangong-mcp-local

pm2 delete tiangong-mcp-local

pm2 status

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

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source