deno-kv-mcp

deno-kv-mcp

0

DenoKV MCP Server provides a robust and flexible solution for key-value data storage within MCP clients, offering compatibility across Deno and Node environments. This server helps in managing data by using a set of tools and requires specific environment configurations for operation.

DenoKV MCP Server

Overview

DenoKV MCP Server allows integration with MCP clients by providing key-value storage solutions using Deno's KV store. It supports running with Deno and Node environments, providing tools for setting, getting, deleting, and listing key-value pairs.

Features

  • Multi-environment Support: Compatible with Deno and Node.
  • Tools Available:
    • Set, get, delete, getMany, and list key-value pairs.

Local Development Setup

Options for local development using Deno and Node without a build step.

Environment Variables Required

  • DENO_KV_PATH: Path to the local or remote KV database.
  • DENO_KV_ACCESS_TOKEN: Access token if using a remote database.