送信

302_custom_mcp

@302ai

在302后台自选Tools,快速生成定制的MCP Server。

サーバー設定

{
  "mcpServers": {
    "302ai-custom-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@302ai/custom-mcp"
      ],
      "env": {
        "302AI_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}