This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git

commit 03dbaa30cff360b5c76f00a9bd33110fabd746ee
Author: Andrus Adamchik <[email protected]>
AuthorDate: Tue May 19 10:11:02 2026 -0400

    Global MCP install instructions
---
 cayenne-mcp-server/README.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/cayenne-mcp-server/README.md b/cayenne-mcp-server/README.md
index a1c4cf1fd..1464fda16 100644
--- a/cayenne-mcp-server/README.md
+++ b/cayenne-mcp-server/README.md
@@ -52,13 +52,19 @@ Replace `/path/to/cayenne-mcp-server.jar` with the actual 
path from the section
 
 ### Claude Code
 
+By default `claude mcp add` registers the server for the current project only. 
Use `--scope user` to make it available across all projects for your OS user:
+
 ```bash
+# Current project only (default)
 claude mcp add cayenne -- java -jar /path/to/cayenne-mcp-server-<VERSION>.jar
+
+# All projects for the current user
+claude mcp add cayenne --scope user -- java -jar 
/path/to/cayenne-mcp-server-<VERSION>.jar
 ```
 
 ### Cursor
 
-Edit `~/.cursor/mcp.json` (global) or `.cursor/mcp.json` in your project:
+Edit `~/.cursor/mcp.json` (global, all projects) or `.cursor/mcp.json` in your 
project (per-project):
 
 ```json
 {
@@ -73,7 +79,7 @@ Edit `~/.cursor/mcp.json` (global) or `.cursor/mcp.json` in 
your project:
 
 ### VS Code (GitHub Copilot)
 
-Add to `.vscode/mcp.json` in your project:
+Add to `.vscode/mcp.json` in your project (per-project), or to your user 
`mcp.json` via the Command Palette → "MCP: Open User Configuration" (all 
projects):
 
 ```json
 {

Reply via email to