8000 GitHub - fcramos/car-mcp: MCP aplication to search car with AI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fcramos/car-mcp

Repository files navigation

Car MCP

A simple project for managing car-related tasks.

Features

  • Task management
  • Easy to use
  • Lightweight

Getting Started

  1. Clone the repository:

    git clone https://github.com/yourusername/car-mcp.git
  2. Navigate to the project directory:

    cd car-mcp
  3. Create a .env file:

    example.env .env
  4. Start the application using Docker Compose:

    docker compose up -d
  5. Run database migrations:

    docker compose exec app alembic upgrade head
  6. Seed the database:

    docker compose exec app python seeder.py
  7. Run client:

    docker compose exec app python client.py
  8. Extra - Catalog:

    docker compose exec app python catalog.py

About

MCP aplication to search car with AI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0