TianGong-AI-MCP
Provides containerized deployment of the TianGong AI MCP Server, allowing for isolated and portable execution of the server with Docker.
Enables configuration of the TianGong AI MCP Server through environment variables stored in .env files, providing a secure way to manage API keys and other settings.
Supports execution of the TianGong AI MCP Server in Node.js environments, leveraging the JavaScript runtime for cross-platform compatibility.
Facilitates installation and dependency management for the TianGong AI MCP Server through the npm package registry.
Enables version management for Node.js when running the TianGong AI MCP Server, ensuring compatibility with specific Node.js versions.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TianGong-AI-MCPstart the streamable HTTP server on port 9279"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TianGong-AI-MCP
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 statusUsing 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.1This server cannot be installed
Maintenance
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
- AlicenseBqualityDmaintenanceAn educational implementation of a Model Context Protocol server that demonstrates how to build a functional MCP server for integrating with various LLM clients like Claude Desktop.Last updated1161MIT
- AlicenseBqualityDmaintenanceAn educational implementation of a Model Context Protocol server that demonstrates how to build a functional MCP server integrating with various LLM clients.Last updated2MIT
- Flicense-quality-maintenanceA Model Context Protocol (MCP) server implementation that uses Server-Sent Events (SSE) to enable real-time, server-pushed updates between AI models and tools over HTTP connections.Last updated1
- Flicense-qualityDmaintenanceA Model Context Protocol server that bridges MCP clients with local LLM services, enabling seamless integration with MCP-compatible applications through standard tools like chat completion, model listing, and health checks.Last updated
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP (Model Context Protocol) server for Appwrite
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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