Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by joshuayoes • Data & Databases
An MCP server that lets MCP clients (agents) interact with Deno KV databases for storing, retrieving, and listing key-value data.
Persist short-term or long-term state and memories in a simple key-value store accessible during conversations.
Read and write structured data with control over read consistency (strong or eventual) and TTLs for ephemeral keys.
List or range-query keys (prefix/start/end) to process collections like user records or time-series entries.
This MCP server exposes Deno KV operations (set, get, delete, getMany, list) as tools for MCP clients and agents. It supports both local and remote (Deno Deploy) KV instances via DENO_KV_PATH and optional DENO_KV_ACCESS_TOKEN, and can be run with Deno or via Node using xjsr/npx. The server is useful for adding persistent state, memory, or simple database capabilities to agent workflows and chat clients. It includes options for read consistency, TTLs, batching, pagination, and range queries.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.