From e1d16b86e361528bddf76ffa92f0edfb23124703 Mon Sep 17 00:00:00 2001 From: Pouzor Date: Fri, 13 Mar 2026 16:52:36 +0100 Subject: [PATCH] docs: fix Claude Code MCP setup instructions (use claude mcp add CLI command) --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9497e30..c3a5e45 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,13 @@ docker compose up -d mcp **3. Configure your AI client:** -**Claude Code** (`~/.claude/claude_desktop_config.json` or via `/mcp` in the CLI): +**Claude Code** — run this command in your terminal: +```bash +claude mcp add --transport sse homelable http://:8001/mcp \ + --header "X-API-Key: mcp_sk_yourkey" +``` + +Or add it manually to `~/.claude.json`: ```json { "mcpServers": { @@ -214,7 +220,7 @@ docker compose up -d mcp } ``` -**Claude Desktop** (same config file, usually `~/Library/Application Support/Claude/claude_desktop_config.json` on macOS): +**Claude Desktop** — edit `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or `%APPDATA%\Claude\claude_desktop_config.json` (Windows): ```json { "mcpServers": {