wipeme mcp as a child process, so there is no MCP URL, account login, bearer
token, or public server to configure.
Install the CLI first
The MCP server is included in thewipeme CLI beginning with the
v0.3.0-alpha.3
prerelease.
For the most common macOS installation:
All CLI installation methods
See APT, DNF, direct archives, Go installation, architectures, checksums, and Windows/WSL notes.
OpenAI: ChatGPT desktop
ChatGPT desktop, Codex CLI, and the Codex IDE extension share the same local MCP configuration.- Open Settings.
- Select MCP servers.
- Select Add server.
- Enter
wipemeas the name and choose STDIO. - Set the command to the absolute path reported by
command -v wipeme. - Set the arguments to
mcp. - Save, then select Restart.
/mcp to confirm that Wipe.me is connected and inspect its
available tools.
ChatGPT web does not read local MCP configuration. Use the desktop application for
this local stdio server. Hosted ChatGPT plugins use a different, remote MCP model.
OpenAI: Codex CLI
Add Wipe.me from a terminal:/mcp to see the active server and tools.
Because Codex clients share ~/.codex/config.toml, this configuration is also
available to ChatGPT desktop and the Codex IDE extension on the same machine.
For an explicit absolute-path configuration:
OpenAI: Codex IDE extension
You can reuse the configuration created by ChatGPT desktop or Codex CLI. To add it through the extension instead:- Open the gear menu and select MCP servers.
- Select Add server.
- Choose STDIO and provide the
wipemecommand with themcpargument. - Save and select Restart extension.
Anthropic: Claude Code
Add Wipe.me as a user-scoped local stdio server using Claude Code’s MCP configuration:/mcp shows the connected tools. If Claude Code cannot find
wipeme, remove the entry and add it again using the absolute binary path.
Anthropic: Claude Desktop
Wipe.me is a local binary MCP server. Until it is packaged as a Claude Desktop extension, configure it as a local development server inclaude_desktop_config.json:
claude.ai or Claude Cowork. Those surfaces
use remote connectors; wipeme mcp intentionally supports local stdio only.
Choose an access policy
The default command startshost mode:
["mcp"] to:
Test the connection safely
Ask the agent to generate a temporary password with a short expiry. A successful result contains a private link and non-secret metadata, never the generated value.MCP workflows
Use generated passwords, environment files, protected folders, and direct process injection.
CLI installation
Review every supported operating-system installation method.