deno-kv-mcp

deno-kv-mcp

3.2

If you are the rightful owner of deno-kv-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 henry@mcphub.com.

DenoKV MCP Server is a Model Context Protocol server designed to work with Deno's key-value store, providing a seamless integration with MCP clients.

The DenoKV MCP Server is a robust solution for managing key-value pairs using Deno's KV store. It is designed to integrate easily with MCP clients like Claude Desktop or Cursor, offering a flexible and efficient way to handle data storage and retrieval. The server supports both local and remote databases, making it versatile for various deployment scenarios. With features like strong and eventual consistency, batch processing, and range queries, it caters to a wide range of use cases. The server can be run using Deno or Node.js, thanks to Deno's compatibility layer and the xjsr npm package, which allows running JSR packages in Node environments. This flexibility ensures that developers can choose the platform that best suits their needs while maintaining the server's functionality.

Features

  • Integration with Deno's KV store for efficient key-value management.
  • Support for both local and remote databases with access token authentication for remote connections.
  • Flexible consistency options (strong and eventual) for data retrieval.
  • Batch processing and range queries for efficient data handling.
  • Compatibility with both Deno and Node.js environments.

Tools

  1. set`

    Set key-value pairs

  2. get`

    Get key-value pairs

  3. delete`

    Delete key-value pairs

  4. getMany`

    Get key-value pairs in batches

  5. list`

    List query key-value pairs