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
- Removed outdated screenshot
- Removed outdated instructions (no more developer tab under settings, edit config file only)
- Added clarification for how to add logging in config file
Copy file name to clipboardExpand all lines: website/src/pages/en/ai-suite/token-api-mcp/claude.mdx
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,10 @@ sidebarTitle: Claude Desktop
10
10
-[`npx`](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) or [`bunx`](https://bun.sh/) installed and available in your path.
11
11
- The `@pinax/mcp` package requires Node 18+, as it relies on built-in `fetch()` / `Headers`, which are not available in Node 17 or older. You may need to specify an exact path to an up-to-date Node version, or uninstall previous versions of Node to ensure `@pinax/mcp` uses the correct version.
12
12
13
-

14
-
15
13
## Configuration
16
14
17
15
Create or edit your `claude_desktop_config.json` file.
@@ -38,21 +34,19 @@ Create or edit your `claude_desktop_config.json` file.
38
34
39
35
## Troubleshooting
40
36
41
-
To enable logs for the MCP, use the `--verbosetrue` option.
37
+
To enable logs for the MCP, add the option `"--verbose": "true"` under "args".
42
38
43
39
### ENOENT
44
40
45
41

46
42
47
43
Try to use the full path of the command instead:
48
44
49
-
- Run `which npx` or `which bunx` to get the path of the command.
45
+
- Run `which npx` or `which bunx`in the command line interface to get the path of the command.
50
46
- Replace `npx` or `bunx` in the configuration file with the full path (e.g. `/home/user/bin/bunx`).
51
47
52
48
### Server disconnected
53
49
54
50

55
51
56
-
Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable.
57
-
58
-
> You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details.
52
+
Double-check your API key. Otherwise, look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable.
0 commit comments