How to connect mcp-remote to a custom MCP server with mcp-auth #62
Unanswered
HaithamOumerzoug
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone 👋
I’ve been experimenting with a custom MCP server built using the MCP TypeScript SDK, and I’ve integrated the
mcp-authpackage to handle authentication and authorization.Now, I’d like to connect to this server using
mcp-remote— for example at:My goal is to make this server accessible to MCP-compatible clients such as Claude, Cursor, or OpenWebUI, so they can interact with my server through the MCP protocol.
My main question:
👉 How can we use
mcpoormcp-remoteto connect to an authenticated MCP server (built with the TypeScript SDK andmcp-auth)?mcpo <url> --token)?mcp-authand the client work in this setup?Any guidance or working examples would be really appreciated!
Thanks in advance 🙏
Beta Was this translation helpful? Give feedback.
All reactions