Skip to main content
Glama
tung2744
by tung2744

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort this server listens on.8090
USE_HTTPNoSet to 1 to serve plain HTTP instead of HTTPS. Not recommended: with USE_HTTP=1, RESOURCE_URI can no longer equal this server's real origin (it'd have to be http://..., which Authgear rejects as a Resource URI), so a strict MCP client's resource-match check will fail. Only use this against a client you know doesn't enforce that check.0
CIMD_PORTNoPort for the CIMD test-client endpoints. Always plain HTTP, regardless of USE_HTTP.18091
RESOURCE_URINoThe RFC 8707 resource identifier — must match the Resource created in Authgear, and must be this server's real origin (scheme + host + port). Must be https:// to be accepted by Authgear as a Resource URI.https://localhost:8090
AUTHGEAR_ENDPOINTNoBase URL of your Authgear instance. Use http://localhost:3000 if you're hitting the make start process directly, or http://localhost:3100 if you're going through the conventional local-dev nginx proxy — either way this must be wherever /.well-known/openid-configuration actually resolves.http://localhost:4000
CIMD_EXTRA_REDIRECT_URISNoComma-separated extra redirect_uris to publish in the CIMD document, alongside this server's own /oauth/callback. Needed whenever a real MCP client drives the CIMD flow itself (using its own callback listener) instead of going through /oauth/start — otherwise Authgear rejects it with 'redirect URI is not allowed'. Override if Inspector is running on a non-default port, or set to "" to clear it.http://127.0.0.1:6274/oauth/callback

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

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