Skip to main content

ChatGPT

ChatGPT connects to remote MCP servers through connectors.

  1. Navigate to your ChatGPT settings.
  2. Find the "Connectors" section.
  3. Click on "Add connector".
  4. In the URL field, paste this link (replace with your actual credentials):
https://mcp.we-link.ai/mcp?api_key=<YOUR_API_KEY>&api_secret=<YOUR_API_SECRET>&account_id=<YOUR_ACCOUNT_ID>

Codex

Add the MCP server to your Codex config file at ~/.codex/config.toml

[mcp_servers.welinkmcp]
url = "https://mcp.we-link.ai/mcp?api_key=<YOUR_API_KEY>&api_secret=<YOUR_API_SECRET>&account_id=<YOUR_ACCOUNT_ID>"