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

https://github.com/harshdoesdev/family-guy-imagen-mcp

MCP Server for converting an image into a Family Guy Image
https://github.com/harshdoesdev/family-guy-imagen-mcp

mcp mcp-server puch-ai

Last synced: 9 months ago
JSON representation

MCP Server for converting an image into a Family Guy Image

Awesome Lists containing this project

README

          

# family-guy-imagen-mcp (fgig)

## Setup

1. **Install dependencies:**

```bash
bun install
```

2. **Create a `.env` file.** You can copy the example file:

```bash
cp .env.example .env
```

Then, update the `.env` file with your credentials.

## Available Scripts

- **`dev`**: Start the development server with watch mode.
```bash
bun run dev
```
- **`start`**: Run the application.
```bash
bun run start
```
- **`build`**: Build the project for production.
```bash
bun run build
```