Skip to content
Discussion options

You must be logged in to vote

There are environmental variables that can be set to turn the Admin UI off while maintaining the ability to use the API for management:

#####################################
# Admin UI and API Toggles
#####################################

# Enable the web-based Admin UI at /admin
# Options: true (default), false
# PRODUCTION: Set to false for security unless needed
MCPGATEWAY_UI_ENABLED=true

# Enable Admin REST API endpoints (/tools, /servers, /resources, etc.)
# Options: true (default), false
# Required for: Admin UI functionality, programmatic management
MCPGATEWAY_ADMIN_API_ENABLED=true

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jkothamb
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants