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 代理
Details:
Stars
0Forks
0Last commit
1 year agoRepository age
1 year
Auto-fetched from GitHub .