-
Notifications
You must be signed in to change notification settings - Fork 977
Remote MCP Server #394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
+1 to this. Linear does this nicely: https://linear.app/changelog/2025-05-01-mcp |
Hey both, this is under development already. |
@williammartin wow great to hear. When this will arrive? |
I'm not working on it, mainly just helping out on the OSS maintenance side of things so I can't say for sure, and I'm sure the team wouldn't want me to put them on the spot. However, I'd expect that it's coming 🔮 soon. Sorry I can't be more transparent! |
Wanted to emphasize interest on this if that helps push this to a higher priority. The team at Block uses GitHub MCP server as an example with our MCP client, and we would love to include the Remote MCP Server in our documentation. https://block.github.io/goose/docs/tutorials/github-mcp |
+1 for this feature, it would be better to have it out-of-the-box instead of having to wrap it up in an http app. |
+1 on this, would love to deploy the GitHub MCP Server to Cloud Run and showcase it in a new Agent Development Kit (ADK) sample: https://github.com/google/adk-samples/tree/main/java/agents/software-bug-assistant But lack of remote support stopped us from doing so 😢 |
Hello Github team! |
Describe the feature or problem you’d like to solve
I think it would be great if this MCP server would be available remotely, so we don't need to use Docker or build it from source locally. With this we can call this MCP server from deployed AI agents.
Proposed solution
I think it would be easy for Github to implement this using Cloudflare's architecture. They can even use OAuth. Here is the tutorial.
The text was updated successfully, but these errors were encountered: