https://github.com/gnosis23/findrepo-mcp-server
A mcp server application for analyzing code repositories.
https://github.com/gnosis23/findrepo-mcp-server
mcp mcp-server trending
Last synced: 6 months ago
JSON representation
A mcp server application for analyzing code repositories.
- Host: GitHub
- URL: https://github.com/gnosis23/findrepo-mcp-server
- Owner: gnosis23
- License: mit
- Created: 2025-03-22T09:18:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T07:13:07.000Z (6 months ago)
- Last Synced: 2025-03-23T08:19:26.701Z (6 months ago)
- Topics: mcp, mcp-server, trending
- Language: TypeScript
- Homepage: https://www.findrepo.work
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FindRepo MCP Server
A mcp server application for analyzing code repositories.
## Features
- Repository analysis
## Installation
1. Clone the repository:
```bash
git clone https://github.com/gnosis23/findrepo-mcp-server.git
cd findrepo-mcp-server
```2. Install dependencies:
```bash
pnpm install
pnpm run build
```## Running the Server
add the following code to your mcp configs
```bash
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.