Simple Data Manager
Manages and analyzes local data using a Python FastAPI server with integrated AI models and a modern web interface.
소개
Simple Data Manager is a Python-based Model Context Protocol (MCP) server designed for effortless management and intelligent analysis of local data. Built with FastAPI, it offers a robust RESTful API for full CRUD operations on JSON-based data, complemented by an intuitive web interface. Its standout feature is the deep integration of various local AI models, enabling smart search, text analysis, and sentiment detection on your stored information, making it an ideal tool for enriching and interacting with your personal or project data.
주요 기능
- FastAPI-based REST API with CRUD operations and automatic documentation
- Integrates multiple local AI model types (e.g., Sentence Transformers, Text Generation, Sentiment Analysis)
- Modern and responsive web interface for data management and AI features
- AI-powered similarity search and smart search capabilities
- Implements the Model Context Protocol (MCP) for AI assistant tool integration
- 0 GitHub stars
사용 사례
- Organizing and managing personal or project-specific data stored locally.
- Performing various AI analyses (sentiment, classification, similarity search) directly on structured data.
- Exposing data management and AI analysis functionalities as tools for AI assistants via the Model Context Protocol.