nostrdb-mcp
nostrdb-mcpは、LLMがツールやシステムとインターフェースするためのプロトコルサーバーです。特に、ノートを検索するためのnostrdbコマンドラインツールを使用し、ユーザーのNotedeckディレクトリを活用します。これにより、効率的なデータ検索が可能になります。
GitHubスター
6
ユーザー評価
未評価
フォーク
0
イシュー
0
閲覧数
2
お気に入り
0
nostrdb-mcp
A Model Context Protocol server for nostrdb.
What?
MCP is a protocol that enables LLMs to interface with tools and systems. This server enables LLMs to use the ndb
nostrdb command line tool to make local nostr queries.
By default, it uses your Notedeck nostrdb directory so that it can search notes your notedeck has seen.
Install
Make sure you have ndb
on your path by compiling it via the nostrdb repo by typing make ndb
and copying it to your path.
Goose
You can configure goose to use this tool:
$ goose configure
When adding a provider, use: npx -y nostrdb-mcp
You can create a temporary session to try it out like so:
$ goose session --with-extension `npm -y nostrdb-mcp`