github-stars-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | No | A GitHub personal access token. Fine-grained tokens need no special scopes for public stars; classic tokens need read:user. | |
| GITHUB_STARS_DB | No | Override path for the SQLite cache database. | |
| GITHUB_STARS_HOME | No | Override directory for the optional .env file. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_starsA | Search your GitHub starred repos by keyword (matches name, description, and topics). Optionally filter by language. |
| list_starsB | List your GitHub starred repos, with optional language filter and sorting. |
| get_starA | Get full details for one starred repo by its full name (owner/repo). |
| refresh_starsA | Force a full re-fetch of your starred repos from the GitHub API and update the local database. Read tools already check for updates automatically on use. |
| stars_statusA | Show when the local stars database was last checked and last synced. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/ENFernandes/github-stars-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server