murillodominguez/my-mcp-server
3.2
If you are the rightful owner of my-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This repository is dedicated to developing an MCP server with tools for enhanced multi-agent integrated solutions.
Welcome to my mcp server!
In this repository, I develop my mcp server with tools for better multi-agent integrated solutions.
Recently, in terms of technology advance, the mcp protocol is one of the most world-shattering innovations regarding AI and software development. With these tools, AI Agents can have autonomy in various software operations, such as API calls and database queries.
Tech Stack
- FastAPI
- FastMCP
Setup & Run:
Set your python venv and install dependencies
python -m venv [venv-name]
pip install -r requirements.txt
Run server and client for SSE endpoint
uv run uvicorn server:app
# In a separate terminal:
uv run client.py