An open API service indexing awesome lists of open source software.

https://github.com/littledivy/mcp-deno-kv


https://github.com/littledivy/mcp-deno-kv

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# DenoKV MCP Server

Usage with Claude Desktop:

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