mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Update proxy config for MPC (#3212)
This commit is contained in:
parent
75ce7f0620
commit
1b9221ee81
@ -78,13 +78,14 @@ To do so, add the following to your Claude Desktop configuration:
|
||||
"n8n": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"supergateway",
|
||||
"--sse",
|
||||
"mcp-remote",
|
||||
"<MCP_URL>",
|
||||
"--header",
|
||||
"Authorization: Bearer <MCP_BEARER_TOKEN>"
|
||||
]
|
||||
"Authorization: Bearer ${AUTH_TOKEN}"
|
||||
],
|
||||
"env": {
|
||||
"AUTH_TOKEN": "<MCP_BEARER_TOKEN>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user