Demonstrates a Model Context Protocol (MCP) server using Streamlit, Ollama, and PostgreSQL for user management.
This project showcases a Model Context Protocol (MCP) server built with Python. It features a Streamlit-based web chat interface and integrates with a local language model using Ollama. The server provides tools for CRUD operations on users stored in a PostgreSQL database, accessible both through the chat interface and external MCP tools. The demo offers flexibility, allowing users to utilize the chat interface, the MCP server, or both components independently.