A
Ai MCP Gateway
把传统的接口转化为ai可以使用的mcp服务提供ai-agent使用
Created 4/13/2026
Updated about 4 hours ago
README
Repository documentation and setup instructions
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/tianjiale-art/ai-mcp-gateway
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"tianjiale-art-ai-mcp-gateway": {
"command": "git",
"args": [
"clone",
"https://github.com/tianjiale-art/ai-mcp-gateway"
]
}
}
}