mcp-deno-kv

mcp-deno-kv

3.4

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

DenoKV MCP Server is a protocol server designed to work with Deno's key-value storage system, providing a seamless integration for applications requiring efficient data management.

DenoKV MCP Server

Usage with Claude Desktop:

{
  "mcpServers": {
    "denokv": {
      "command": "deno",
      "args": [
        "--unstable-kv",
        "jsr:@divy/mcp-deno-kv"
      ]
    }
  }
}