LiteDB-Advance-MCP
Verified Safeby iamrjhen
Overview
Exposes LiteDB as a Model Context Protocol (MCP) server to enable LLM tooling interaction with the database.
Installation
dotnet run --project src/LiteDB-Adv-MCP.ServerSecurity Notes
Source code (truncated, README only) does not contain enough detail to fully audit for 'eval', obfuscation, or hardcoded secrets. The project states it is 'production-grade' and uses standard .NET logging, suggesting adherence to common security practices. However, HTTP transport, if enabled, would require proper configuration and security measures (e.g., authentication, encryption) which cannot be verified from the provided information. No immediate red flags found.
Similar Servers
mcp
Enables AI models (LLMs) to interact with a Neo4j graph database by providing a structured set of tools via the Model Context Protocol (MCP).
mcp-dotnet-samples
This MCP server retrieves GitHub Copilot customizations, including instructions, agents, prompts, and collections, from the `awesome-copilot` repository to provide contextual guidance to AI models.
mcp-container-ts
Provides a secure, extensible Model Context Protocol (MCP) server using Node.js and TypeScript, designed to expose custom tools to LLMs, deployable on Azure Container Apps with robust JWT and RBAC security.
sqlite-mcp
A Model Context Protocol (MCP) server that enables LLMs to interact with SQLite databases by providing tools and resources for querying and managing data.