Skip to main content
Glama

FastMCP OAuth Server

by jcamier
1
  • Apple
  • Linux

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHost for the MCP serverlocalhost
MCP_PORTNoPort for the MCP server8000
MCP_DEBUGNoEnable debug mode for detailed loggingfalse
AUTH0_DOMAINYesYour Auth0 tenant domain (without https://)
AUTH0_AUDIENCEYesYour Auth0 API identifier
DEFAULT_SCOPESNoOAuth default scopesopenid profile email
MCP_ISSUER_URLNoIssuer URL for the MCP serverhttp://localhost:8000
AUTH0_CLIENT_IDYesYour Auth0 client ID
REQUIRED_SCOPESNoOAuth required scopesread:mcp write:mcp
AUTH0_CLIENT_SECRETYesYour Auth0 client secret
TOKEN_EXPIRY_SECONDSNoToken expiry time in seconds3600
ENABLE_CLIENT_REGISTRATIONNoEnable client registrationtrue

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jcamier/mcp-oauth'

If you have feedback or need assistance with the MCP directory API, please join our Discord server