﻿---
title: "Exa 远程 MCP"
filename: "~/.codex/config.toml"
canonical: /templates/mcp-exa-remote/
---

# Exa 远程 MCP

官方远程是 mcp.exa.ai/mcp。ChatGPT / Codex 推荐先装插件。生产密钥用 env_http_headers 的 x-api-key。不要抄 mcp-remote。

```
[mcp_servers.exa]
url = "https://mcp.exa.ai/mcp"
enabled = true

[mcp_servers.exa.env_http_headers]
x-api-key = "EXA_API_KEY"

```
