File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,13 +104,13 @@ We recommend at least two be installed by everyone:
104104The Sequential Thinking server enhances Claude's problem-solving capabilities by providing
105105structured, step-by-step reasoning for complex tasks.
106106
107- #### For Claude Code
107+ #### Claude Code
108108
109109``` bash
110110claude mcp add --scope user sequential-thinking -- npx -y @modelcontextprotocol/server-sequential-thinking
111111```
112112
113- #### For Claude Desktop
113+ #### Claude Desktop
114114
115115Edit your ` ~/.claude.json ` , go to the ` mcpServers ` section and add:
116116
@@ -132,13 +132,13 @@ Restart Claude Desktop to activate the server.
132132The Memory server provides Claude with persistent memory capabilities, allowing it to remember
133133context across sessions and maintain a knowledge graph of your projects.
134134
135- #### For Claude Code
135+ #### Claude Code
136136
137137``` bash
138138claude mcp add --scope user memory -- npx -y @modelcontextprotocol/server-memory
139139```
140140
141- #### For Claude Desktop
141+ #### Claude Desktop
142142
143143Edit your ` ~/.claude.json ` , go to the ` mcpServers ` section and add:
144144
@@ -157,18 +157,13 @@ Restart Claude Desktop to activate the server.
157157
158158### Verifying Installations
159159
160- #### Claude Code Verification
160+ #### Claude Code
161161
162162``` bash
163- # List all configured servers
164163claude mcp list
165-
166- # Test a specific server
167- claude mcp test sequential-thinking
168- claude mcp test memory
169164```
170165
171- #### Claude Desktop Verification
166+ #### Claude Desktop
172167
1731681 . Open Claude Desktop
1741692 . Start a new conversation
You can’t perform that action at this time.
0 commit comments