docType: guidescope: repostatus: currentauthoritative: trueowner: mcplanguage: enwhenToUse: "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-08-20lastReviewedCommit: 56622587c4d1b421cf5e27ce2abc0e136b470f70
TianGong-AI-MCP
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