概要
This project creates a local web application using FastAPI, designed to run on a Mac, that enables users to chat with locally hosted Ollama large language models. It integrates secure access to various system tools via the MCP framework, such as retrieving system information, listing files, and searching text. All interactions are enhanced with a persistent conversation history stored in an SQLite database, offering a private and controlled environment for experimenting with LLM capabilities and system automation.