remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Used for version control and contributing to the project through git commands mentioned in the Contributing section.
References to GitHub repositories for the project itself, MCP specifications, and related resources.
Allows sending Lightning zaps (payments) to Nostr users through the 'send_zap' tool.
🌐 Nostr MCP サーバー
AI モデルが Nostr と対話してメモを投稿したり、言論の自由プロトコルと対話したりできるようにするモデル コンテキスト プロトコル (MCP) サーバー。
検閲耐性は、法学修士課程にとっても重要です。
ところで、今すぐNostrに参加しましょう!
🚀 機能
- 📝 Nostrネットワークにメモを投稿する
- 🔌 複数のリレーに接続する
- 🤖 AI統合のためのMCP準拠API
- 💸 Nostr ユーザーに Lightning の電撃を送信する (WIP)
- 📡 リアルタイム通信のためのサーバー送信イベント(SSE)サポート
👷♂️ TODO
- [ ] 複数同時接続のサポートを追加
- [ ] stdinトランスポートモードを実装する(環境変数で設定可能)
📋 前提条件
- Node.js 18歳以上
🛠️ インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Nostr MCP Server を自動的にインストールするには:
手動インストール
- リポジトリをクローンします。
- 依存関係をインストールします:
.env
ファイルを作成します。
💡
.env.example
ファイルをコピーし、必要に応じて変更できます。
🚦 使用方法
サーバーの起動
利用可能なツール
post_note
Nostr ネットワークに新しいメモを投稿します。
入力例:
send_zap
Nostr ユーザーに Lightning の電撃を送ります。
入力例:
🔧 開発
プロジェクト構造
テストの実行
🤝 貢献する
- リポジトリをフォークする
- 機能ブランチを作成します(
git checkout -b feature/amazing-feature
) - 変更をコミットします (
git commit -m 'Add some amazing feature'
) - ブランチにプッシュする (
git push origin feature/amazing-feature
) - プルリクエストを開く
📜 ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。
🔗 リソース
- Nostrに参加する
- ノストル宣言
- Nostr仕様
- モデルコンテキストプロトコル
- MCP サーバー用のビジュアル テスト ツール
- 素晴らしいMCPサーバー
- 素晴らしいMCPクライアント
- MCP TypeScript SDK
- Nostr 開発キット (NDK)
📬 お問い合わせ
よろしければ、私の公開鍵を使ってお気軽にフォローしてください。
または、この QR コードをスキャンして私を見つけてください:
This server cannot be installed
AI モデルが Nostr ネットワークと対話できるようにし、メモの投稿や言論の自由プロトコルとの対話を容易にするモデル コンテキスト プロトコル (MCP) サーバー。
- 🚀 Features
- 👷♂️ TODOs
- 📋 Prerequisites
- 🛠️ Installation
- 🚦 Usage
- 🔧 Development
- 🤝 Contributing
- 📜 License
- 🔗 Resources
- 📬 Contact