3

370.ai AI Gateway

One key, 100+ models — chat with any LLM and generate video, images, and speech.

370.ai·No reviews yet
Docs
Share:

About

One key, 100+ models — chat with any LLM and generate video, images, and speech.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

send_message
Post a message to a channel or user
list_channels
List channels the bot can access
search_messages
Search messages by query and date range

Screenshots

No screenshots yet.

Install 370.ai AI Gateway

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "370-ai-ai-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-370-ai-ai-gateway"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "370-ai-ai-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-370-ai-ai-gateway"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "370-ai-ai-gateway": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-370-ai-ai-gateway"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.