-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
19 lines (19 loc) · 850 Bytes
/
config.toml
File metadata and controls
19 lines (19 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# OpenAI Codex — project-scoped MCP (shared by Codex CLI and IDE extension).
# Docs: https://developers.openai.com/codex/mcp
#
# Trust this repository in Codex so this file is loaded (project MCP is for trusted projects only).
#
# Keep external MCPs opt-in here. Active project-scoped MCP entries are initialized when
# Codex starts in this trusted repo, so a missing secret creates startup warnings even when
# the tool is not needed.
#
# Neon is intentionally disabled by default. When a task actually needs Neon MCP access:
# 1. Export NEON_API_KEY in the shell or app environment that launches Codex.
# 2. Uncomment the block below for that session.
# 3. Restart Codex so the project MCP config is reloaded.
#
# Never paste tokens in this file.
#
# [mcp_servers.neon]
# url = "https://mcp.neon.tech/mcp"
# bearer_token_env_var = "NEON_API_KEY"