@latchagent/cli
v0.1.2
Published
Latch CLI - MCP Guard Proxy for AI Agents
Maintainers
Readme
@latch/cli
Latch CLI is an MCP guard proxy that sits between your agent and an upstream MCP server, enforcing deterministic policies and requiring approval for risky actions.
Install
npm install -g @latch/cliSetup
latch initThis stores defaults in ~/.latch/config.json.
Run (wrap an MCP server)
latch run --upstream-command "npx" --upstream-args "-y,@modelcontextprotocol/server-github"Repository
Source lives in the main repo at packages/cli.
