kevo-mcp

KevoDB/kevo-mcp

3.2

If you are the rightful owner of kevo-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.

The KevoDB MCP Server allows AI agents to interact with KevoDB using a standardized API through the Multimodal Communication Protocol.

Tools

Functions exposed to the LLM to take actions

connect

Connect to the KevoDB server

get

Get a value by key from KevoDB

put

Store a key-value pair in KevoDB

delete

Delete a key-value pair from KevoDB

scan

Scan keys in KevoDB with options

batch_write

Perform multiple operations in a batch

get_stats

Get database statistics

begin_transaction

Begin a new transaction and return transaction ID

commit_transaction

Commit a transaction by ID

rollback_transaction

Roll back a transaction by ID

tx_put

Store a key-value pair within a transaction

tx_get

Get a value by key within a transaction

tx_delete

Delete a key-value pair within a transaction

cleanup

Close the KevoDB connection

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources