MCP server commands

Updated May 06, 2026

Install one MCP server definition into the current repository:

repo-local-tools mcp install echo

Update all managed MCP servers:

repo-local-tools mcp update

Update one managed MCP server:

repo-local-tools mcp update echo

Commit one managed MCP server:

repo-local-tools mcp commit echo

The commit command stages only the files owned by the named MCP server, the managed-tool manifest, and relevant .gitignore entries. It refuses to proceed if unrelated repository changes are present.