Skip to content

Adding custom MCP server via supergateway #50

@shillem

Description

@shillem

I am trying to configure a n8n MPC server using Supergateway.

The command is the following: npx -y supergateway --sse [url_placeholder] --header 'Authorization: Bearer [bearer_placeholder]'

However nothing happens, the UI shows Installing but never completes.

The log shows the following:

[2025-05-29][13:53:45][Tome::mcp::process][INFO] Executing command: Command { std: "/Applications/Tome.app/Contents/Resources/npx" "-y" "-y" "supergateway" "--sse" "https://<REDACTED>" "--header" "\'Authorization:" "Bearer" "<REDACTED>\'", kill_on_drop: false } ["-y", "-y", "supergateway", "--sse", "<REDACTED>", "--header", "'Authorization:", "Bearer", "<REDACTED>'"]

The Tome.log:

[2025-05-29][21:21:29][hermit][DEBUG] npx -y -y supergateway --sse <REDACTED> --header 'Authorization: Bearer <REDACTED>'

If I run the command from terminal the server spins up just fine.

Also, is there a way to define the name of the MCP server?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions