repo-scout
Provides tools to search GitHub repositories, retrieve repository details with README and file structure, and suggest stacks by performing multi-angle GitHub searches including awesome-lists.
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., "@repo-scoutI'm building a markdown note app with tags. Check if something exists on GitHub."
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.
π Repo Scout MCP Server
"The #1 rule for Vibe Coders and Software Engineers: Don't reinvent the wheel. Let AI scout existing GitHub projects before writing a single line of code!"
A high-performance, free local Model Context Protocol (MCP) server that empowers AI assistants (Google Antigravity, Claude Desktop, Cursor, Claude Code) to search GitHub for existing open-source projects, libraries, and frameworks before you start building from scratch.
π€ Author & Credits
Author: Akash Kumar Jha
License: MIT License (Free & Open Source)
Related MCP server: GitBridge
π Why Use Repo Scout MCP?
When vibe coding or building software, developers often spend hours writing code for features or complete applications that already exist as battle-tested, high-quality open-source projects.
Repo Scout MCP connects your AI coding assistant directly to GitHub's search & intelligence APIs:
π‘ Save Hundreds of Hours: Instantly discover existing solutions before starting a project.
π 100% Free & Local: No paid API subscriptions required. Runs locally via Node.js over stdio.
β‘ High Performance: Raises GitHub rate limit from 60 to 5,000 requests/hour with a free token.
π‘οΈ Privacy & Security: Zero hardcoded keys or tracking. Each user supplies their own environment variables.
π οΈ Included Tools
Tool Name | Description | Example Usage |
| Provide a plain-English description of what you want to build. It runs multi-angle GitHub searches (including awesome-lists) and returns a ranked shortlist of repos to reuse. | "I'm building a markdown note app with tags. Check if something exists." |
| Keyword, topic, and language search across GitHub sorted by stars, forks, or recency. | "Find Node.js rate-limiting middleware sorted by stars." |
| Pulls a repository's full README and top-level file structure so the AI can evaluate code fit. | "Check details for |
π¦ Quick Start & Installation
Step 1: Clone the Repository
git clone https://github.com/YOUR_USERNAME/repo-scout-mcp.git
cd repo-scout-mcp
npm installStep 2: Get a Free GitHub Access Token (2 Minutes)
Go to GitHub Settings -> Tokens.
Click Generate new token $\rightarrow$ Generate new token (classic).
Name it
repo-scout-mcp.Leave all scope checkboxes unchecked (public data search requires no permissions).
Click Generate token and copy it (looks like
ghp_xxxxxxxxxxxx).
π Connecting to your AI Assistant
1. Google Antigravity
Open Antigravity $\rightarrow$ click the
...menu at top-right of agent panel.Go to MCP Servers $\rightarrow$ Manage MCP Servers $\rightarrow$ View raw config (
mcp_config.json).Add the following entry inside
"mcpServers":
{
"mcpServers": {
"repo-scout": {
"command": "node",
"args": ["G:\\CODE\\repo-scout-mcp\\index.js"],
"env": {
"GITHUB_TOKEN": "ghp_your_personal_access_token_here"
}
}
}
}(Note: Replace G:\\CODE\\repo-scout-mcp\\index.js with your actual full file path, using double backslashes on Windows).
Save
mcp_config.jsonand refresh MCP servers (or type/mcpin chat).
2. Claude Desktop
Add to your claude_desktop_config.json:
Windows:
%APPDATA%\Claude\claude_desktop_config.jsonmacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"repo-scout": {
"command": "node",
"args": ["/absolute/path/to/repo-scout-mcp/index.js"],
"env": {
"GITHUB_TOKEN": "ghp_your_personal_access_token_here"
}
}
}
}3. Claude Code CLI
Run:
claude mcp add repo-scout node /absolute/path/to/repo-scout-mcp/index.js -e GITHUB_TOKEN=ghp_your_token_here㪠Example Prompts to Try
Once connected, simply prompt your AI assistant:
Before starting a project:
"I'm planning to build a self-hosted dashboard for monitoring Docker containers. Use repo-scout to check if a great open-source project already exists."
Searching for libraries:
"Use repo-scout to search for high-star TypeScript financial technical indicator packages."
Evaluating a repository:
"Use repo-scout get_repo_details on
shadcn/uito summarize its structure."
π License
Created by Akash Kumar Jha. Released under the MIT License.
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
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to analyze GitHub repository structures and read file contents with features like directory traversal, file type analysis, syntax highlighting, and code pattern detection. Supports both public and private repositories through GitHub API integration.11Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to analyze GitHub repositories, including fetching repository details, searching, and retrieving README content.4522ISC
- AlicenseAqualityCmaintenanceEnables AI agents to prospect across GitHub, PyPI, and npm, searching repositories, packages, and code patterns with read-only tools.73MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI assistants to discover and interact with GitHub repositories through standardized MCP tools, allowing exploration and retrieval of project information without direct API calls.
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Screens public GitHub repos and PRs to generate risk maps, findings, and merge-readiness signals.
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analyβ¦
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/Akash1070/repo-scout-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server