🛠️ Active MCP Tools (25 Tools)

Browse all registered Model Context Protocol tools exposed to ChatGPT.

Workspace & Read (7)

📂get_status

Get server operational status, capabilities, and active profile roots.

📂get_workspace_summary

Get high-level project summary: file counts, directory count, size, and language breakdown.

📂get_file_hash

Calculate cryptographic hash (SHA-256, SHA-1, MD5) for file integrity verification.

📂list_directory

List files and subdirectories within authorized root boundary.

📂read_text_file

Read exact UTF-8 text file contents.

📂search_text_files

Search for literal text matches across files in workspace.

🔍search_workspace_advanced

Advanced code search with Regex, glob includes, and 1-indexed line numbers.

Diagnostics (1)

🔍validate_syntax

Validate TypeScript, JavaScript, and JSON code syntax with line/column diagnostic reporting.

SafeFs Mutations (6)

✍️create_text_file

Create a new text file safely with rollback snapshot.

✍️replace_text_file

Replace entire text file contents atomically with automatic rollback artifact.

✍️preview_patch

Preview changes and unified diff before applying.

✍️apply_patch

Apply atomic patch hunks to a text file with rollback.

✍️apply_multi_patch

Apply multi-file atomic patches with all-or-nothing transactional guarantees.

✍️rollback_change

Rollback any recent mutation or patch back to its exact original state.

Safe File Operations (2)

🗄️delete_text_file

Delete a file safely with rollback restoration support.

🗄️move_text_file

Rename or move a file safely within workspace root.

Git Operations (6)

🐙git_status

Inspect staged, modified, and untracked files in git repository.

🐙git_diff

View unified git diff of staged or working tree changes.

🐙git_log

View recent commit history and commit metadata.

🐙git_add

Stage workspace files with hook security isolation.

🐙git_commit

Create a new git commit safely.

🐙git_checkout_file

Discard changes or restore a file from git HEAD.

Process Sandbox (3)

⚙️run_process_preset

Run predefined test/build command in Windows Job Object sandbox.

⚙️get_process_task

Poll status and output of background process task.

⚙️cancel_process_task

Terminate a running background process task.

Secrets & Audio (3)

🔐get_env_info

View environment variables vault with automatic secret masking.

🔐set_safe_env

Set process environment variable safely in vault.

🔔play_notification_audio

Play Windows system sound chime on user desktop.