Back to Apps

AIGC Gateway
Supports UIby tripplemay
Unified OpenAI-compatible AI gateway for 10+ providers with integrated MCP server and prompt workflow management.
0 stars
Works in:CursorCodex
Exposes:Tools
What it does\nConnects AI clients to over 10 major LLM providers (Anthropic, OpenAI, DeepSeek, etc.) via a single OpenAI-compatible API. It transforms prompts into reusable assets (Actions and Templates) with versioning and quality monitoring.\n\n## Tools\n- chat: Send messages to various LLMs via the gateway.\n- embed_text: Generate embeddings using providers like SiliconFlow.\n- generate_image: Create images via providers like Qwen.\n- run_action: Execute a specific pre-defined prompt Action.\n- run_template: Execute a multi-step prompt orchestration workflow.\n- list_models: List all available models across connected providers.\n- get_balance: Check pre-paid account balance.\n- list_logs: Retrieve API call logs for auditing.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\n\njson\n{\n "mcpServers": {\n "aigc-gateway": {\n "command": "curl",\n "args": [\n "-H", \"Authorization: Bearer pk_your_key\",\n "https://aigc.guangai.ai/mcp\"\n ]\n }\n }\n}\n\n\n## Supported hosts\nClaude, Cursor, Codex, Cline
Quick install
claude mcp add aigc-gateway --transport streamable-http --url https://aigc.guangai.ai/mcp --header "Authorization: Bearer pk_your_key"Information
- Pricing
- freemium
- Published
- 8/5/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
mcp.json entry in ~/.cursor/ or project .cursor/claude-ai
https://aigc.guangai.ai/mcpClaude Desktop
JSON for claude_desktop_config.json





