Agi Proxy

大模型代理策略:支持 OpenAI 代理、nginx方式、node方式

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install zhuzhu0221/agi-proxy -c claude

This command will automatically install and configure the Agi Proxy MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "Agi Proxy": {
      "command": "npx",
      "args": [
        "-y",
        "xx"
      ],
      "env": {}
    }
  }
}

Agi Proxy

解决 openai 代理

Share:
Details:
  • Stars


    0
  • Forks


    0
  • Last commit


    1 year ago
  • Repository age


    1 year
View Repository

Auto-fetched from GitHub .

Agi Proxy: MCP Server – MCP.Bar