Skip to main content
Glama
AvengerMoJo

mcp-service

by AvengerMoJo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_PORTNoServer port to bind to.8000
JWT_SECRETNoHMAC secret fallback when no JWKS URI is configured.
MCP_API_KEYNoStatic API key accepted as Bearer token (used when OAuth disabled or as fallback).change-me
OAUTH_ISSUERNoExpected iss claim for JWT validation.
OAUTH_ENABLEDNoEnable the OAuth 2.1 Authorization Server.true
OAUTH_AUDIENCENoExpected aud claim for JWT validation.
OAUTH_JWKS_URINoJWKS endpoint for external IdP signature verification.
OAUTH_ALGORITHMNoJWT algorithm (RS256, HS256, …).RS256
OAUTH_ENABLE_ASNoMount AS endpoints (well-known, /oauth/*).true
MCP_REQUIRE_AUTHNoEnforce OAuth or API key on all requests.false
OAUTH_VERIFY_EXPNoEnforce JWT exp claim.true
OAUTH_STORAGE_DIRNoDirectory for persisted tokens & clients.~/.mcp_service/oauth
OAUTH_AUTO_APPROVENoSkip the consent page. Only enable for personal/headless clients.true
OAUTH_AUTH_CODE_TTLNoAuthorization code lifetime (10 minutes).600
OAUTH_VERIFY_ISSUERNoEnforce iss claim match.false
OAUTH_REQUIRED_SCOPENoScope required for all requests (e.g. mcp:read).
OAUTH_VERIFY_AUDIENCENoEnforce aud claim match.false
OAUTH_ACCESS_TOKEN_TTLNoAccess token lifetime in seconds (1 hour).3600
OAUTH_SUPPORTED_SCOPESNoAllowed OAuth scopes.mcp:read mcp:write mcp:admin
OAUTH_VERIFY_SIGNATURENoVerify JWT signatures. Always keep on in production.true
OAUTH_REFRESH_TOKEN_TTLNoRefresh token lifetime (30 days).2592000

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/AvengerMoJo/mcp-service'

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