From da4d03da347121dc68a03e451075cfae9725fcfb Mon Sep 17 00:00:00 2001 From: joelorzet Date: Fri, 21 Aug 2026 16:59:41 -0300 Subject: [PATCH] docs: register the MCP server at user scope in the README Without --scope user the server is registered at project scope and disappears as soon as the reader changes directory. docs/quickstart.md already carries the flag; the README was the last copy without it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cc767e..9e80a32 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ kh protocol list # Browse available protocols The recommended way to connect AI assistants to KeeperHub is the remote HTTP endpoint: ``` -claude mcp add --transport http keeperhub https://app.keeperhub.com/mcp +claude mcp add --transport http --scope user keeperhub https://app.keeperhub.com/mcp ``` No local server process required. See [docs/quickstart.md](docs/quickstart.md) for full setup instructions.