AbadIA-MCP logo

AbadIA-MCP

by LaAbadIAdelCrimen

FastAPI-based MCP (Master Control Program) implementation for the AbadIA project. It serves as a crucial component for managing and controlling AbadIA agents.

View on GitHub

Last updated: N/A

MCP Project

FastAPI-based MCP (Master Control Program) implementation.

Setup

  1. Create a virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the application:
uvicorn app.main:app --reload

Documentation

  • Swagger UI: http://localhost:8000/docs
  • ReDoc: http://localhost:8000/redoc

AbadIA-MCP

AbadIA MCP server.

Surprise!!! The AbadIA project has an MCP server!!!!

We starting to work with the AbadIA agent and as everybody knows: an agent can't live without an (or more) MCP server.