Skip to main content
Glama
specter-systems

mcp-oauth-starter

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHost interface to bind the server to. Defaults to 127.0.0.1.127.0.0.1
PORTNoPort to bind the server to. Defaults to 8000.8000
MCP_JWKS_URLYesUsually `jwks_uri` from `{issuer}/.well-known/oauth-authorization-server`. Keys are cached and refetched on an unknown `kid`.
MCP_ALGORITHMSNoOptional. JWT algorithms to accept. Defaults to RS256. `none` is refused at construction.RS256
MCP_AUTH_ISSUERYesIssuer identifier of your authorization server. Must equal the `iss` claim byte-for-byte.
MCP_RESOURCE_URLYesThe canonical URI of this server (RFC 8707 §2), exactly as clients send it in `resource`. Must be https, no fragment, no trailing slash.
MCP_REQUIRED_SCOPESNoOptional. Space-separated scopes required for the whole server. Advertised as `scopes_supported` and in the challenge.

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

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/specter-systems/mcp-oauth-starter'

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