An open API service indexing awesome lists of open source software.

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.

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.