This project showcases an intelligent AI agent designed for seamless interaction with PostgreSQL databases through a Model Context Protocol (MCP) server. Leveraging LlamaIndex's FunctionAgent and a local Ollama Large Language Model, the agent can dynamically discover and execute database operations, including creating tables, inserting data, and retrieving information, all via natural language commands. It provides an intuitive command-line interface for interactive data management and is built to be easily extensible with new MCP tools.