Update proxy config for MPC (#3212)

This commit is contained in:
Justin Ellingwood 2025-05-30 09:51:56 +01:00 committed by GitHub
parent 75ce7f0620
commit 1b9221ee81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>"
}
}
}
}