- Home
- MCP servers
- FindRepo
FindRepo
- javascript
0
GitHub Stars
javascript
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"gnosis23-findrepo-mcp-server": {
"command": "node",
"args": [
"/absolute/path/to/findrepo-mcp-server/build/index.js"
]
}
}
}You have a MCP server that analyzes code repositories. You run it locally or in your MCP setup to gain repository insights, trends, and analysis results by connecting via a client configuration and triggering analyses through the server. This guide shows exactly how to install, run, and use the FindRepo MCP Server.
How to use
Attach your MCP client to the FindRepo MCP Server using the local runtime command shown below. The server exposes analysis capabilities for code repositories, so you can configure your client to start analyses and request insights like today’s GitHub trends. To start the server locally, run the runtime command from your MCP client configuration and then initiate repository analysis tasks from your client.
Usage pattern you can follow:
- Start the server process from your MCP client configuration using the exact command provided in the install steps.
- Configure a project or repository to analyze and trigger an analysis run from your client.
- Retrieve and review the results, including repository insights and any prompts or trends surfaced by the server.
How to install
git clone https://github.com/gnosis23/findrepo-mcp-server.git
cd findrepo-mcp-server
pnpm install
pnpm run build
How to start the server from your MCP client
node /absolute/path/to/findrepo-mcp-server/build/index.js
Available tools
repository_analysis
Analyzes code repositories to extract insights and trends, enabling targeted investigations and reporting.