https://github.com/littledivy/mcp-deno-kv
https://github.com/littledivy/mcp-deno-kv
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/littledivy/mcp-deno-kv
- Owner: littledivy
- Created: 2025-04-01T10:46:49.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-04-03T02:56:06.000Z (8 months ago)
- Last Synced: 2025-04-23T14:18:43.814Z (7 months ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- toolsdk-mcp-registry - ❌ deno-kv - value storage operations through Deno KV, enabling simple data persistence between sessions without complex database setup. (node) (Knowledge & Memory / How to Submit)
README
# DenoKV MCP Server
Usage with Claude Desktop:
```json
{
"mcpServers": {
"denokv": {
"command": "deno",
"args": [
"--unstable-kv",
"jsr:@divy/mcp-deno-kv"
]
}
}
}
```