Usage with Claude Desktop:
{
"mcpServers": {
"denokv": {
"command": "deno",
"args": [
"--unstable-kv",
"jsr:@divy/mcp-deno-kv"
]
}
}
}
MCP.Pizza Chef: littledivy
mcp-deno-kv is an MCP server that provides access to Deno's key-value (KV) storage system, enabling LLMs to read and write structured data in real time. It integrates seamlessly with MCP clients like Claude Desktop, allowing models to interact with persistent KV storage for stateful workflows, caching, and context management. This server leverages Deno's unstable KV API to offer a fast, lightweight, and flexible data source for AI-enhanced applications.