nostrdb-mcp
Version:
A Model Context Protocol server for nostrdb enabling LLMs to query nostr via the nostrdb command line tool.
31 lines (30 loc) • 688 B
JSON
{
"name": "nostrdb-mcp",
"version": "1.2.1",
"description": "A Model Context Protocol server for nostrdb enabling LLMs to query nostr via the nostrdb command line tool.",
"main": "index.js",
"type": "module",
"bin": {
"nostrdb-mcp": "index.js"
},
"scripts": {
"start": "node index.js",
"test": "echo \"No test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/damus-io/nostrdb-mcp.git"
},
"keywords": [
"mcp",
"nostrdb",
"ndb",
"llm",
"notedeck"
],
"author": "William Casarin <jb55@jb55.com>",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.4.1"
}
}