Files
notes/resource/配置/Codex 配置文件.md
T
Docker7530 7f14056210 1778682052
2026-05-13 22:20:54 +08:00

439 B

[mcp_servers]
[mcp_servers.context7-mcp]
command = "cmd"
startup_timeout_sec = 30
env = { SystemRoot = "C:\\Windows" }
args = [
    "/c",
    "npx",
    "-y",
    "@upstash/context7-mcp",
    "--api-key",
    "ctx7sk-21884782-852a-4ef8-8f26-83cd9b8c7d30",
]

[mcp_servers.desktop-commander]
command = "cmd"
startup_timeout_sec = 30
env = { SystemRoot = "C:\\Windows" }
args = ["/c", "npx", "-y", "@wonderwhy-er/desktop-commander"]