Skip to content

Commit a5d6d32

Browse files
authored
Update README.md
Add detail for Claude Code
1 parent 03eb934 commit a5d6d32

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,11 @@ This is the easiest and most common way to use the server. It's designed for use
6969

7070
1. **Prerequisite**: Make sure you have Python 3.8+ and [uv](https://github.com/astral-sh/uv) installed.
7171

72-
2. **Configure the Host App**: Add the following to your host application's MCP configuration file (e.g., `claude_desktop_config.json` for Claude Desktop):
72+
2. **Configure the Host App**: Add the following to your host application's MCP configuration file.
73+
74+
*Claude Desktop* -> `claude_desktop_config.json`
75+
76+
*Claude Code* -> `~/.claude.json`. There is one `mcpServers` for each project and one global
7377

7478
```json
7579
{
@@ -84,7 +88,7 @@ This is the easiest and most common way to use the server. It's designed for use
8488
}
8589
```
8690

87-
3. **Restart the Host App**: After adding the configuration, restart the application. The `uvx` command will automatically handle the installation and execution of the `code-index-mcp` server in the background.
91+
4. **Restart the Host App**: After adding the configuration, restart the application. The `uvx` command will automatically handle the installation and execution of the `code-index-mcp` server in the background.
8892

8993
### For Local Development
9094

0 commit comments

Comments
 (0)