Docs: Updating Claude Code for Configuration Discrepancy#1045
Merged
Conversation
Signed-off-by: Sarah Scargall <sarah.scargall@memverge.com>
Contributor
|
I can successfully add memmachine mcp server with this config
called the mcp add_memory tool |
jgong
approved these changes
Mar 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose of the change
This PR corrects a critical configuration discrepancy in the Claude Code MCP Integration Guide. Previously, the documentation incorrectly directed users to use
claude_desktop_config.json, which led to connection failures for Claude Code CLI users who require a different configuration path.Description
Updated the
claude_code_mcp.mdxfile to reflect the specific configuration requirements for Claude Code:claude_desktop_config.jsonwith the project-level.mcp.json../.claude/settings.local.json./MCPto match lab-verified behavior for the CLI tool.Fixes/Closes
Fixes #976 Claud Code Setup
Type of change
How Has This Been Tested?
Verification was based on a Conflict Report provided by engineering regarding the distinction between Desktop and CLI configurations:
.mcp.jsonat the project root rather than the global desktop config..claude/settings.local.jsonat the working directory level./MCPas the correct trigger command within the Claude Code CLI environment.Test Results: Lab-verified by engineering team findings.
Checklist
Maintainer Checklist
Screenshots/Gifs
Top of Document in Mintlify Environment (image 1):

Next "page" down within this document (image 2):

"Page" after that (image 3):

And after that (image 4):

Step 4 onward (image 5):

Remainder of Page (image 6 ):

Further comments
This update is essential to prevent user friction for those migrating from Claude Desktop to Claude Code, as the configuration files and paths do not overlap between the two platforms.