关于
LocalData serves as a robust Model Context Protocol (MCP) server, designed to provide secure and efficient access to local databases and structured text files. It supports a wide range of data sources, including SQL (PostgreSQL, MySQL, SQLite), NoSQL (MongoDB), and various file formats like CSV, JSON, YAML, and TOML. The server implements advanced security measures such as path restriction and SQL injection prevention, alongside features for handling large datasets through automatic query buffering and chunked retrieval, making it ideal for AI and data analysis workflows.
主要功能
- Advanced Security Features (Path Security, SQL Injection Prevention, Connection Limits)
- Multi-Database and Structured File Support (SQL, MongoDB, CSV, JSON, YAML, TOML)
- 0 GitHub stars
- Comprehensive Suite of 12 Database Operation Tools
- Large Dataset Handling with Automatic Query Buffering and Chunked Retrieval
- Thread-Safe Architecture with 100% API Backward Compatibility
使用案例
- Efficiently processing and retrieving large datasets with automatic buffering
- Connecting and querying diverse local databases and structured files via MCP
- Enabling secure and controlled data access for AI and data analysis applications