GitHub Stars MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GitHub Stars MCP Serversearch for 'vector database' in my starred repos"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GitHub Stars MCP Server
A Model Context Protocol (MCP) server for managing GitHub stars with vector storage, RAG-based Q&A, and Gitea backup.
Features
list_stars - List GitHub starred repositories
sync_stars - Sync and vectorize stars
search_projects - Semantic vector search
ask_about_projects - RAG-based Q&A
fork_to_gitea - Backup projects to Gitea
list_backed_up - List backed up projects
get_project_info - Get project details
Related MCP server: GitHub Stars MCP Server
Installation
cd github-star-mcp
pip install -e .Configuration
Create the config directory and copy the config template:
mkdir -p ~/.github-star-mcp
cp config.yaml.example ~/.github-star-mcp/config.yamlEdit
~/.github-star-mcp/config.yamlwith your settings:
github_token: your_github_token
github_username: your_username
gitea:
url: http://localhost:3000
token: your_gitea_token
username: your_username
llm:
provider: anthropic # anthropic | openai | ollama
api_key: your_api_key
model: claude-sonnet-4-20250514
base_url: "" # Custom base URL for OpenAI compatible APIs
database:
path: ~/.github-star-mcp/data.dbUsage
Command Line
github-star-mcp --github-token your_token --github-username your_userClaude Desktop
Add the following to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"github-star-mcp": {
"command": "github-star-mcp",
"env": {
"GITHUB_STAR_GITHUB_TOKEN": "your_token",
"GITHUB_STAR_GITHUB_USERNAME": "your_user",
"LLM_API_KEY": "your_key"
}
}
}
}Dependencies
LanceDB - Embedded vector database (auto-created at
~/.github-star-mcp/vectors/)Gitea - Optional, for backup
SQLite - Auto-created, for local storage
Anthropic API - Optional, for RAG Q&A
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables semantic search across indexed documents using vector embeddings. Index GitHub repositories and URLs to perform natural language queries with AI-enhanced contextual results.31MIT
- Alicense-qualityBmaintenanceEnables natural language search and querying of your GitHub starred repositories.7112Apache 2.0
- Flicense-qualityDmaintenanceEnables managing and searching markdown notes with semantic search, question answering, and note generation, and provides an MCP server for GitHub Copilot integration.4
- Flicense-qualityDmaintenanceEnables semantic search and retrieval of bookmarked URLs content using vector embeddings, with support for multiple backends and AI assistant integration.
Related MCP Connectors
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Search everything you save: YouTube, articles, podcasts, PDFs, Notion, Obsidian. API key or OAuth.
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/harunme/github-star-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server