﻿---
title: "HTTP MCP 用 Streamable HTTP"
filename: "~/.codex/config.toml"
canonical: /templates/mcp-http-not-sse/
---

# HTTP MCP 用 Streamable HTTP

Codex 远程 MCP 只有 Streamable HTTP。不要把 url 写成 /sse。Linear 官方入口是 /mcp。

```
[mcp_servers.docs]
url = "https://mcp.example.com/mcp"
enabled = true

```
