agents-mcp-demo

Alexander-Nestor-Bergmann/agents-mcp-demo

3.1

If you are the rightful owner of agents-mcp-demo 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 serves as a template for implementing a Model Context Protocol (MCP) server, demonstrating how to connect AI agents to tools and data sources using a PostgreSQL database.

Tools

Functions exposed to the LLM to take actions

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

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources