Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
modelcontextprotocol
/
example-remote-server
Public
Notifications
You must be signed in to change notification settings
Fork
36
Star
78
Code
Issues
5
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add Support for Separate Authorization Server Mode
- #9
#9
Merged
bhosmer-ant
merged 27 commits into
main
modelcontextprotocol/example-remote-server:main
from
basil/separate_auth
modelcontextprotocol/example-remote-server:basil/separate_auth
Copy head branch name to clipboard
Sep 26, 2025
Conversation
Commits
27
(27)
Checks
Files changed
Merged
Add Support for Separate Authorization Server Mode
#9
bhosmer-ant
merged 27 commits into
main
modelcontextprotocol/example-remote-server:main
from
basil/separate_auth
modelcontextprotocol/example-remote-server:basil/separate_auth
Copy head branch name to clipboard
Commits
Commits on Sep 4, 2025
Phase 1: Add configuration for integrated/separate auth modes
Show description for 1bcb85b
bhosmer-ant
committed
1bcb85b
View commit details
Copy full SHA for 1bcb85b
Browse repository at this point
Phase 2: Extract shared auth logic
Show description for 98cec05
bhosmer-ant
committed
98cec05
View commit details
Copy full SHA for 98cec05
Browse repository at this point
Phase 3: Implement MCP server mode switching
Show description for 0135abd
bhosmer-ant
committed
0135abd
View commit details
Copy full SHA for 0135abd
Browse repository at this point
Fix build and lint issues
Show description for 03deb88
bhosmer-ant
committed
03deb88
View commit details
Copy full SHA for 03deb88
Browse repository at this point
Add retry logic and token caching
Show description for 4771c6e
bhosmer-ant
committed
4771c6e
View commit details
Copy full SHA for 4771c6e
Browse repository at this point
Commits on Sep 5, 2025
Phase 4: Create standalone authorization server
Show description for 5c408eb
bhosmer-ant
committed
5c408eb
View commit details
Copy full SHA for 5c408eb
Browse repository at this point
Phase 7: Complete README documentation for dual auth modes
Show description for 3f930c5
bhosmer-ant
committed
3f930c5
View commit details
Copy full SHA for 3f930c5
Browse repository at this point
add docker-compose.yml
bhosmer-ant
committed
b796560
View commit details
Copy full SHA for b796560
Browse repository at this point
Commits on Sep 11, 2025
address comments:
Show description for d368c8d
bhosmer-ant
committed
d368c8d
View commit details
Copy full SHA for d368c8d
Browse repository at this point
Commits on Sep 12, 2025
Fix endpoint consistency and documentation accuracy
Show description for 9ffe376
bhosmer-ant
committed
9ffe376
View commit details
Copy full SHA for 9ffe376
Browse repository at this point
Add end-to-end verification scripts and fix server issues
Show description for 40773bd
bhosmer-ant
committed
40773bd
View commit details
Copy full SHA for 40773bd
Browse repository at this point
Update documentation for current implementation
Show description for 1e47b07
bhosmer-ant
committed
1e47b07
View commit details
Copy full SHA for 1e47b07
Browse repository at this point
Add rate limiting and improve e2e testing workflow
Show description for 890beed
bhosmer-ant
committed
890beed
View commit details
Copy full SHA for 890beed
Browse repository at this point
Add rate limiting to auth server static file endpoint
Show description for ecd82f4
bhosmer-ant
committed
ecd82f4
View commit details
Copy full SHA for ecd82f4
Browse repository at this point
Fix undefined staticFileRateLimit in auth server
Show description for 4e3414f
bhosmer-ant
committed
4e3414f
View commit details
Copy full SHA for 4e3414f
Browse repository at this point
Simplify build scripts to catch all compilation errors
Show description for fdbf40b
bhosmer-ant
committed
fdbf40b
View commit details
Copy full SHA for fdbf40b
Browse repository at this point
Fix CI build by using public npm registry in package-lock.json
Show description for 5f545ce
bhosmer-ant
and
claude
committed
5f545ce
View commit details
Copy full SHA for 5f545ce
Browse repository at this point
improvements to README.md
bhosmer-ant
committed
67d9a94
View commit details
Copy full SHA for 67d9a94
Browse repository at this point
Commits on Sep 15, 2025
Fix OAuth metadata endpoint in separate mode
Show description for 56a43ac
bhosmer-ant
committed
56a43ac
View commit details
Copy full SHA for 56a43ac
Browse repository at this point
Consolidate TypeScript build configuration
Show description for b32d638
bhosmer-ant
committed
b32d638
View commit details
Copy full SHA for b32d638
Browse repository at this point
Add debug logging for OAuth flow troubleshooting
Show description for 4fe1374
bhosmer-ant
committed
4fe1374
View commit details
Copy full SHA for 4fe1374
Browse repository at this point
Improve e2e tests with OAuth flow validation
Show description for 4a081bc
bhosmer-ant
committed
4a081bc
View commit details
Copy full SHA for 4a081bc
Browse repository at this point
Implement Redis namespace isolation for auth and MCP keys
bhosmer-ant
committed
34fe20e
View commit details
Copy full SHA for 34fe20e
Browse repository at this point
Add OAuth protected resource metadata endpoint for separate mode
Show description for e393cb2
bhosmer-ant
committed
e393cb2
View commit details
Copy full SHA for e393cb2
Browse repository at this point
Commits on Sep 23, 2025
Revert OAuth metadata change for backwards compatibility
Show description for dbd3e9a
bhosmer-ant
committed
dbd3e9a
View commit details
Copy full SHA for dbd3e9a
Browse repository at this point
Add comprehensive token validation to ExternalAuthVerifier
Show description for a735b98
bhosmer-ant
and
claude
committed
a735b98
View commit details
Copy full SHA for a735b98
Browse repository at this point
Commits on Sep 25, 2025
Fix token audience validation in separate auth mode
Show description for 67def73
bhosmer-ant
and
claude
committed
67def73
View commit details
Copy full SHA for 67def73
Browse repository at this point
You can’t perform that action at this time.