From 7fda3bc9ff173bc10f309281a740c0e8d72a9bd2 Mon Sep 17 00:00:00 2001 From: Bear Date: Tue, 28 Apr 2026 09:30:55 -0400 Subject: [PATCH] docs: document global Claude Code MCP installation option Co-Authored-By: Claude Sonnet 4.6 (1M context) --- CLAUDE.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index c47a97bd..804c1d73 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -174,12 +174,15 @@ CI=true ./dist/circleci --help # verify CI mode To wire up the CLI as an MCP server: ```sh -# Once — build, install, and register with Claude Desktop +# Once — build and install the binary task dev-install -circleci mcp claude enable -# Per project — import from Claude Desktop into Claude Code +# Option A: register with Claude Desktop, then import per-project +circleci mcp claude enable claude mcp add-from-claude-desktop + +# Option B: add globally to Claude Code (available in all sessions) +claude mcp add -s user circleci -- ~/.local/bin/circleci mcp start ``` `task test` runs unit tests (cached) then acceptance tests with `-count=1` (never cached).