ChatGPT
ChatGPT connects to remote MCP servers through connectors.
- Navigate to your ChatGPT settings.
- Find the "Connectors" section.
- Click on "Add connector".
- 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>"