Give your agents private inference on open models. The host sees the call; no one sees the prompt. Nothing logged, nothing retained.
# grab the zero-dependency server curl -O https://trylocal.xyz/local-mcp.mjs # get a one-time anonymous account code node local-mcp.mjs # calls local_create_account, prints a code # register it with Claude Code claude mcp add local -s user -e LOCAL_CODE=<your-code> -- node ./local-mcp.mjs
Local keeps no logs and retains nothing — there is intentionally no "history" tool. Your agent's prompts run on open weights in a TEE and aren't stored.