vishwanath-uppala/litedb-mcp-server
3.2
If you are the rightful owner of litedb-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The LiteDB MCP Server is a C# server designed to interact with LiteDB NoSQL databases using the Model Context Protocol.
Tools
Functions exposed to the LLM to take actions
ListDatabases
Get the current database.
ListCollections
List all collections in a database.
FindDocuments
Find documents in a collection with optional filtering.
GetDatabaseStats
Get statistics and information about a database.
GetCollectionStats
Get detailed statistics and metadata for a specific collection.
InsertDocument
Insert a document into a collection.
DeleteDocuments
Delete documents from a collection.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client