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
feature support matrix:</a> A list of well-known LLM clients and their level
22
+
of MCP support. _Many LLM clients do not support all of Gram's MCP server
23
23
features_.
24
24
25
-
## Issues with MCP Remote & Node Environments
25
+
## Issues with MCP remote and Node.js environments
26
26
27
27
Some LLM clients, such as **Claude**, are not yet able to connect to remote MCP
28
-
servers natively. To overcome this, the `mcp-remote` CLI tool is used to proxy
29
-
requests from the LLM client to hosted MCP servers:
28
+
servers natively. To overcome this, you can use the `mcp-remote` CLI tool to proxy
29
+
requests from an LLM client to hosted MCP servers:
30
30
31
31
```json filename="mcp-remote"
32
32
{
@@ -48,21 +48,21 @@ target="blank">reported</a> servers failing to start, with `Client transport
48
48
closed` appearing in client logs.
49
49
50
50
This is typically due to the LLM client attempting to use an older version of
51
-
Nodeto execute `mcp-remote` than what is required.
51
+
Node.js than required to execute `mcp-remote`.
52
52
53
-
####Solutions
53
+
## Solutions
54
54
55
-
#####Use Node 20 or Higher (Recommended)
55
+
### Use Node.js 20 or higher (recommended)
56
56
57
-
Ensure that you are using Node.js version 20 or higher. If you run into issues, check in claude desktop logs for what node version it is selecting. Claude desktop has at times shown a tendency to select the lowest version of Node is can find on your machine, regardless of what the default node version is. Instructions for
57
+
Ensure that you're using Node.js version 20 or higher. If you run into issues, check the Claude Desktop logs to see which Node.js version it is selecting. Claude Desktop has at times shown a tendency to select the lowest version of Node.js it can find on your machine, regardless of the default Node.js version. Instructions for
58
58
installing and managing Node.js versions can be found on the <a
0 commit comments