Server Demo
Demonstrates a Model Context Protocol (MCP) server using Streamlit, Ollama, and PostgreSQL for user management.
Acerca de
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.
Características Principales
- MCP server with user CRUD functionalities
- Local LLM integration using Ollama (e.g., Llama 3)
- Web chat interface built with Streamlit
- 0 GitHub stars
- PostgreSQL database for user storage
- Flexible integration options
Casos de Uso
- Demonstrating MCP server capabilities
- Creating a chat interface for interacting with an LLM and a database
- Managing user data through a combination of chat and MCP tools