Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENNoGitHub personal access token (fine-grained with public repo access) to increase API rate limits. Optional; unauthenticated requests work with lower limits.
ANTHROPIC_MODELNoAnthropic model name (e.g., claude-sonnet-5, claude-opus-4-8). Currently read but unused until v0.2.
ANTHROPIC_API_KEYNoAnthropic API key for Claude model access. Currently read but unused until v0.2.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
fetch_github_reposA

Fetch a GitHub user's public profile and repositories.

Use this to ground resume advice in someone's real GitHub activity: it returns their profile summary plus every public repo with stars, primary language, and creation / last-push dates. Handles users with no public repositories gracefully.

Args: username: The GitHub login to look up (e.g. "octocat").

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/justomsharma/github-resume-assistant'

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