Skip to content

Fix reference to Claude Code mcp config file. #133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/toolhive/reference/client-compatibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ When you register Claude Code as a client or enable auto-discovery, ToolHive
automatically updates the global MCP configuration file whenever you run an MCP
server. You can also
[configure project-specific MCP servers](https://docs.anthropic.com/en/docs/claude-code/tutorials#understanding-mcp-server-scopes)
by creating a `.cursor/mcp.json` file in your project directory, or add servers
using the `claude` CLI:
by creating a `.mcp.json` file in your project directory, or add servers using
the `claude` CLI:

```bash
claude mcp add --scope <user|project> --transport sse fetch http://localhost:43832/sse#fetch
Expand Down
Loading