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
- Host: GitHub
- URL: https://github.com/harshdoesdev/family-guy-imagen-mcp
- Owner: harshdoesdev
- Created: 2025-08-10T17:17:37.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-10T18:07:28.000Z (10 months ago)
- Last Synced: 2025-08-10T19:26:47.341Z (10 months ago)
- Topics: mcp, mcp-server, puch-ai
- Language: TypeScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```