Codex Free
未认领Local MCP bridge server that turns ChatGPT into a Codex-like coding agent
工具(29 个)
apply_patch
applypatch
clock_curr_time
clock.currtime
clock_sleep
clock.sleep
exec_command
execcommand
get_agent_brief
Return the whole operating brief — behaviour, environment, saved state and project rules — in one call
get_environment
Report the OS, the shell execcommand uses, the work directory, and what the policy allows
get_project_doc
Read the project's AGENTS.md instructions
git_commit
Create a commit, optionally staging all tracked changes
git_log
Show recent commit history
git_push
Push commits to a remote
git_status
Show git status, parsed into changed files with status codes
glob
Find files matching a glob pattern (.gitignore-aware)
grep
Search file contents by regex, with optional context lines (.gitignore-aware)
import_host_file
Stream one ChatGPT attachment or generated file into a new project-relative path, with bounded size, SHA-256 verification and atomic no-overwrite publication
list_directory
List files and directories with name, type, and size
list_projects
Search the read-only project catalogue before binding. Returns relative selectors for existing canonical directories authorized beneath the access root, plus names, aliases, descriptions, trust metadata, sources, and sanitized warnings. It never selects a project
read_file
Read a file's contents, a bounded window at a time, with optional line offset/limit
recall
Return the plan and notes saved by earlier turns or earlier conversations
remember
Save one durable note about the task under a short key
run_command
Execute a command in the work directory (allowlist-restricted)
set_project_root
Bind the current ChatGPT conversation to an existing directory beneath the configured access root, an HTTPS/SSH GitHub repository-root URL, an HTTPS branch URL (/tree/<branch>), or an HTTPS pull-request URL (/pull/<number>). URL selection reuses a matching checkout or clones into projectCloneDir; ta
show_changes
Compare the scoped working tree with the project-open or last-review checkpoint, optionally advancing the incremental baseline; compatible hosts render an interactive review card
skills_list
skills.list
skills_read
skills.read
tree
Print directory tree as ASCII art
update_plan
updateplan
view_image
viewimage
write_file
Write content to a file, creating parent directories if needed
write_stdin
writestdin