localmcp

Drive Local from Claude Code.

Give your agents private inference on open models. The host sees the call; no one sees the prompt. Nothing logged, nothing retained.

Install

# 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

Tools

local_create_accountanonymous account → one-time code (the only credential)
local_modelslist the private open-weight models (DeepSeek, GLM, Gemma, Kimi…)
local_chatrun a private completion — pass a prompt or messages
local_accountbalance / usage

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.