René's URL Explorer Experiment


Title: Add Streamable HTTP Transport Support for Multi-User Mode · Issue #471 · github/github-mcp-server · GitHub

Open Graph Title: Add Streamable HTTP Transport Support for Multi-User Mode · Issue #471 · github/github-mcp-server

X Title: Add Streamable HTTP Transport Support for Multi-User Mode · Issue #471 · github/github-mcp-server

Description: Problem Currently, the GitHub MCP Server only supports single-user mode, requiring a single GitHub token to be configured at startup. This limits its usage in multi-tenant environments, shared services, and enterprise scenarios where dif...

Open Graph Description: Problem Currently, the GitHub MCP Server only supports single-user mode, requiring a single GitHub token to be configured at startup. This limits its usage in multi-tenant environments, shared serv...

X Description: Problem Currently, the GitHub MCP Server only supports single-user mode, requiring a single GitHub token to be configured at startup. This limits its usage in multi-tenant environments, shared serv...

Opengraph URL: https://github.com/github/github-mcp-server/issues/471

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Add Streamable HTTP Transport Support for Multi-User Mode","articleBody":"## Problem\n\nCurrently, the GitHub MCP Server only supports single-user mode, requiring a single GitHub token to be configured at startup. This limits its usage in multi-tenant environments, shared services, and enterprise scenarios where different users need to authenticate with their own GitHub tokens.\n\n## Current State\n\n- ✅ Single-user mode supports both stdio and streamable HTTP transports\n- ❌ No multi-user mode exists - server requires one GitHub token per instance\n- ❌ Cannot serve multiple users with different authentication contexts\n- ❌ Limited scalability for shared or enterprise deployments\n\n## Proposed Solution\n\nAdd a new multi-user mode with streamable HTTP transport support, enabling the server to:\n\n- Accept HTTP requests with per-request authentication tokens\n- Serve multiple users simultaneously with their own GitHub tokens\n- Run behind load balancers and reverse proxies\n- Integrate with web applications and cloud services\n- Support containerized deployments with proper port binding\n\n## Use Cases\n\n1. **Enterprise Shared Services**: One server instance serving multiple teams/users\n2. **Cloud Deployments**: Multi-tenant SaaS applications using GitHub integration\n3. **Web Integration**: Web applications where users authenticate with their own GitHub tokens\n4. **Load Balancing**: Distributing requests across multiple server instances\n5. **Kubernetes Deployments**: Enabling proper health checks and service discovery\n6. **API Gateway Integration**: Direct HTTP endpoints for API management platforms\n\n## Expected Implementation\n\n### Command Interface\n```bash\n# New multi-user mode with HTTP transport\n./github-mcp-server multi-user --port 8080\n\n# Existing single-user modes still work\n./github-mcp-server stdio                    # Single-user stdio\n./github-mcp-server streamable-http          # Single-user HTTP\n```\n\n### Configuration Options\n- Configurable port binding via `--port` flag\n- Per-request authentication token extraction from request headers/context\n- No global GitHub token required - tokens provided per request\n- Backward compatibility with existing single-user modes\n\n### Technical Details\n- Utilize existing `server.NewStreamableHTTPServer()` from mcp-go library\n- Implement per-request authentication model with auth tokens\n- Create new multi-user toolsets that extract tokens from request context\n- Proper error handling and logging for HTTP transport\n- Support for standard HTTP headers and content types\n\n## Benefits\n\n1. **🌐 Production Ready**: Enables production deployments in cloud environments\n2. **🔄 Scalable**: Works seamlessly with load balancers and auto-scaling\n3. **🔌 Integration Friendly**: Direct HTTP API for web applications and services\n4. **📦 Container Native**: Proper port binding for containerized deployments\n5. **👥 Multi-Tenant**: Support multiple users with their own GitHub authentication\n6. **⚡ Performance**: HTTP transport optimized for distributed scenarios\n\n## Acceptance Criteria\n\n- [ ] New `multi-user` command that starts HTTP server on configurable port\n- [ ] Per-request authentication tokens work correctly\n- [ ] Multiple users can use the server simultaneously with their own tokens\n- [ ] Backward compatibility with existing single-user modes\n- [ ] Proper error handling and logging for multi-user scenarios\n- [ ] Documentation for new multi-user mode\n- [ ] Docker support for multi-user HTTP deployments\n\n## Additional Context\n\nThis enhancement would introduce a completely new operational mode to the GitHub MCP Server, making it suitable for enterprise and multi-tenant deployments. Unlike the current single-user model where one GitHub token is configured globally, this multi-user mode would extract authentication tokens from each individual request.\n\nThe implementation should leverage the existing mcp-go library's streamable HTTP capabilities while introducing a new multi-user authentication approach that differentiates this mode from the existing single-user implementations. ","author":{"url":"https://github.com/devendershekhawat","@type":"Person","name":"devendershekhawat"},"datePublished":"2025-06-04T05:10:13.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":15},"url":"https://github.com/471/github-mcp-server/issues/471"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:f5c3f01e-a446-f139-8af8-c97a18cc4c65
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9C06:9D839:751EB:A120E:6A60F9C3
html-safe-noncee66f5259da3fd2481742023a97b303c943e240fe99da521931a526e5c77134ba
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5QzA2OjlEODM5Ojc1MUVCOkExMjBFOjZBNjBGOUMzIiwidmlzaXRvcl9pZCI6IjQwMDkxOTEwNjU5NDU5NjI5NDciLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac50072a0f5f6c6885155a9fc374d988481c38265ce400964beb2581ac222d4702
hovercard-subject-tagissue:3116455120
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/github/github-mcp-server/471/issue_layout
twitter:imagehttps://opengraph.githubassets.com/b0c245803ba2dcaf1a6808202e20ebe1dc35cf1de069de9e5005c78fb6b7d848/github/github-mcp-server/issues/471
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/b0c245803ba2dcaf1a6808202e20ebe1dc35cf1de069de9e5005c78fb6b7d848/github/github-mcp-server/issues/471
og:image:altProblem Currently, the GitHub MCP Server only supports single-user mode, requiring a single GitHub token to be configured at startup. This limits its usage in multi-tenant environments, shared serv...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamedevendershekhawat
hostnamegithub.com
expected-hostnamegithub.com
None40a35f8d38abec207dcde39ffae0c0d14012c6d27b769f13fdac3ab78dc77ebe
turbo-cache-controlno-preview
go-importgithub.com/github/github-mcp-server git https://github.com/github/github-mcp-server.git
octolytics-dimension-user_id9919
octolytics-dimension-user_logingithub
octolytics-dimension-repository_id942771284
octolytics-dimension-repository_nwogithub/github-mcp-server
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id942771284
octolytics-dimension-repository_network_root_nwogithub/github-mcp-server
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releaseef41e0ca8cf502957b8d49077bbe7c8dcdcbb037
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/github/github-mcp-server/issues/471#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgithub%2Fgithub-mcp-server%2Fissues%2F471
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgithub%2Fgithub-mcp-server%2Fissues%2F471
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=github%2Fgithub-mcp-server
Reloadhttps://github.com/github/github-mcp-server/issues/471
Reloadhttps://github.com/github/github-mcp-server/issues/471
Reloadhttps://github.com/github/github-mcp-server/issues/471
Please reload this pagehttps://github.com/github/github-mcp-server/issues/471
github https://github.com/github
github-mcp-serverhttps://github.com/github/github-mcp-server
Notifications https://github.com/login?return_to=%2Fgithub%2Fgithub-mcp-server
Fork 4.6k https://github.com/login?return_to=%2Fgithub%2Fgithub-mcp-server
Star 31.6k https://github.com/login?return_to=%2Fgithub%2Fgithub-mcp-server
Code https://github.com/github/github-mcp-server
Issues 168 https://github.com/github/github-mcp-server/issues
Pull requests 165 https://github.com/github/github-mcp-server/pulls
Discussions https://github.com/github/github-mcp-server/discussions
Actions https://github.com/github/github-mcp-server/actions
Models https://github.com/github/github-mcp-server/models
Security and quality 2 https://github.com/github/github-mcp-server/security
Insights https://github.com/github/github-mcp-server/pulse
Code https://github.com/github/github-mcp-server
Issues https://github.com/github/github-mcp-server/issues
Pull requests https://github.com/github/github-mcp-server/pulls
Discussions https://github.com/github/github-mcp-server/discussions
Actions https://github.com/github/github-mcp-server/actions
Models https://github.com/github/github-mcp-server/models
Security and quality https://github.com/github/github-mcp-server/security
Insights https://github.com/github/github-mcp-server/pulse
Add Streamable HTTP Transport Support for Multi-User Modehttps://github.com/github/github-mcp-server/issues/471#top
enhancementNew feature or requesthttps://github.com/github/github-mcp-server/issues?q=state%3Aopen%20label%3A%22enhancement%22
https://github.com/devendershekhawat
devendershekhawathttps://github.com/devendershekhawat
on Jun 4, 2025https://github.com/github/github-mcp-server/issues/471#issue-3116455120
enhancementNew feature or requesthttps://github.com/github/github-mcp-server/issues?q=state%3Aopen%20label%3A%22enhancement%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.