You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,11 @@ This is the easiest and most common way to use the server. It's designed for use
69
69
70
70
1.**Prerequisite**: Make sure you have Python 3.8+ and [uv](https://github.com/astral-sh/uv) installed.
71
71
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
73
77
74
78
```json
75
79
{
@@ -84,7 +88,7 @@ This is the easiest and most common way to use the server. It's designed for use
84
88
}
85
89
```
86
90
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.
0 commit comments