Skip to content

Commit

Permalink
Update README.md to include configuration file paths for macOS and Wi…
Browse files Browse the repository at this point in the history
…ndows

- Clarified instructions for modifying the configuration file to use the absolute path for the `uv` executable.
- Added specific paths for the configuration file on both macOS and Windows platforms.
- Improved readability and guidance for users setting up the server.
  • Loading branch information
iskakaushik committed Jan 6, 2025
1 parent 9bc7af5 commit eb77418
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@ CLICKHOUSE_PASSWORD=<CLICKHOUSE_PASSWORD>

3. Run `fastmcp install mcp_clickhouse/mcp_server.py -f .env.production` to install the server.

4. Restart Claude Desktop.
4. Open the configuration file located at:
- On macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
- On Windows: `%APPDATA%/Claude/claude_desktop_config.json`

Locate the command entry for `uv` and replace it with the absolute path to the `uv` executable. This ensures that the correct version of `uv` is used when starting the server.

5. Restart Claude Desktop to apply the changes.


## Development
Expand Down

0 comments on commit eb77418

Please sign in to comment.