LiteDB-Advance-MCP

iamrjhen/LiteDB-Advance-MCP

3.1

If you are the rightful owner of LiteDB-Advance-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

LiteDB Advance MCP Server is a production-grade server that exposes LiteDB as a rich Model Context Protocol (MCP) surface for LLM tooling.

Tools

Functions exposed to the LLM to take actions

db.open

Opens a connection to the database.

col.list

Lists all collections in the database.

doc.insert

Inserts a new document into a collection.

idx.ensure

Ensures an index exists on a collection.

sql.execute

Executes a SQL command on the database.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources