Skip to content
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 features/mcp/helix-mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This guide shows how to run the server, enable tools, and connect from LLM provi

### Setting up HelixDB
Before running the server in Claude Desktop, you also want to make sure that you have an actual running
Helix instance. See our [installation guide](../../documentation/getting-started/installation) for that.
Helix instance. See our [installation guide](../../documentation/cli-v2/getting-started) for that.

## Run the MCP Server
```python
Expand Down Expand Up @@ -222,4 +222,4 @@ args = [
"mcp_server.py"
]
startup_timeout_ms = 20_000
```
```