GitHub Trending Repositories (FindRepo)
About
Provides access to GitHub trending repositories with optional language filtering through the findrepo.work API, enabling developers to stay updated on popular open-source projects without leaving their conversation.
Details
- Author
- gnosis23
- Repository
- gnosis23/findrepo-mcp-server
- Downloads
- 215
- License
- MIT License
- Categories
- AI, Developer Tools, Search, Infrastructure, Project Management, Knowledge Base, Other
Jump to
- Repository analysis
- Retrieves today’s GitHub trending repositories
- Simple MCP integration
- Built with Node.js and pnpm
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
GitHub Trending Repositories (FindRepo)Command (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
@highlight/mcp-server
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository from GitHub, install dependencies with pnpm install and pnpm run build, then add a command to your MCP configuration that points to the built index.js file using node. A sample prompt "Get today's github trends" is provided to trigger the server’s functionality.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"github trending repositories (findrepo)": {
"env": {},
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
}
}
Linux
{
"env": [],
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
Macos
{
"env": [],
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
Windows
{
"env": [],
"args": [
"/c",
"npx",
"-y",
"@highlight/mcp-server"
],
"command": "cmd"
}
FindRepo MCP Server
A mcp server application for analyzing code repositories.
Features
- Repository analysis
Installation
1. Clone the repository:
git clone https://github.com/gnosis23/findrepo-mcp-server.git
cd findrepo-mcp-server
2. Install dependencies:
pnpm install
pnpm run build
Running the Server
add the following code to your mcp configs
node /absolute/path/to/findrepo-mcp-server/build/index.js
prompts
Get today's github trends
License
This project is licensed under the MIT License - see the LICENSE file for details.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




