agents-mcp-demo

agents-mcp-demo

0

This project serves as a template for implementing an MCP server, showcasing how to establish connections between AI agents and external data sources using the Model Context Protocol. It provides a demonstration of user management via a PostgreSQL database.

add_user`

Add new users to the database

get_all_users`

Search list of all users

find_user_by_email`

Find specific users by email

delete_user_by_email`

Delete users based on email