github-resume-assistant
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | No | GitHub personal access token (fine-grained with public repo access) to increase API rate limits. Optional; unauthenticated requests work with lower limits. | |
| ANTHROPIC_MODEL | No | Anthropic model name (e.g., claude-sonnet-5, claude-opus-4-8). Currently read but unused until v0.2. | |
| ANTHROPIC_API_KEY | No | Anthropic API key for Claude model access. Currently read but unused until v0.2. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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