From 0c87e278f9b359fb146507063a3d96eda66823c4 Mon Sep 17 00:00:00 2001 From: leochiu Date: Sun, 7 Dec 2025 15:30:15 +0800 Subject: [PATCH] docs: add Codex setup instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index ddba3cd5..12290c43 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,17 @@ Add the following to your `settings.json` } ``` +**Codex** + +Add the following to your Codex MCP config (`~/.codex/config.toml`): + +```toml +[mcp_servers.notion] +command = "npx" +args = ["-y", "@notionhq/notion-mcp-server"] +env = { NOTION_TOKEN = "ntn_****" } +``` + ##### Using Docker: There are two options for running the MCP server with Docker: