Simple FS
Createdhrushikeshkothem
Enables filesystem operations using natural language commands processed by a local LLM.
About
Simple FS is a Model Context Protocol (MCP) application that provides filesystem operations using a local Ollama LLM. It demonstrates the integration of local AI models, specifically the Microsoft Phi-3 3.8b model, with filesystem operations through a client-server architecture. The tool allows users to perform tasks like directory creation, file listing, and deletion using natural language commands, providing a conversational CLI interface for interacting with the filesystem.
Key Features
- Directory creation capabilities
- Integration with Ollama local LLM (Phi-3 3.8b model)
- Secure filesystem operations within allowed directories
- Client-server architecture using MCP
- 0 GitHub stars
- Conversational CLI interface
Use Cases
- Creating AI-powered file management systems
- Automating file management tasks using natural language
- Building conversational interfaces for filesystem interaction