Skip to main content
Glama

MCP-NOSTR

by pablof7z

MCP-NOSTR: モデルコンテキストプロトコルのNostrパブリッシャー

モデル コンテキスト プロトコル (MCP) と Nostr ネットワーク間のブリッジ。AI 言語モデルが Nostr にコンテンツを公開できるようにします。

特徴

  • AI言語モデルと対話するためのモデルコンテキストプロトコルを実装します
  • Nostr の ID、プロファイル、コンテンツを管理するための CLI コマンドを提供します。
  • AI生成コンテンツをNostrネットワークに公開
  • 検証済みの接続のためのWeb of Trust (WoT)をサポート
  • ユーザープロフィールとフォローを管理する

インストール

bunx mcp-code mcp

出典

# Clone the repository git clone https://github.com/pablof7z/mcp-nostr.git cd mcp-nostr # Install dependencies bun install # Build the executable bun run build

使用法

MCPサーバーとして

引数なしで実行すると、MCP サーバー モードが開始されます。このモードでは、stdin で MCP プロトコル メッセージをリッスンし、stdout で応答します。

./mcp-code

CLIコマンド

このツールは、Nostr プロファイルとコンテンツを管理するためのさまざまなコマンドライン ユーティリティも提供します。

# See available commands ./mcp-code --help

構成

設定は~/.mcp-nostr.jsonに保存されます:

発達

# Run linting bun run lint # Format code bun run format # Check and fix issues bun run check

依存関係

ライセンス

マサチューセッツ工科大学

-
security - not tested
A
license - permissive license
-
quality - not tested

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.

モデル コンテキスト プロトコル (MCP) を実装することで、AI 言語モデルが Nostr ネットワークにコンテンツを公開できるようにするブリッジ。

  1. 特徴
    1. インストール
      1. 出典
    2. 使用法
      1. MCPサーバーとして
      2. CLIコマンド
    3. 構成
      1. 発達
        1. 依存関係
          1. ライセンス

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol (MCP) server enabling AI models to interact with the Nostr network, facilitating note posting and interaction with the freedom of speech protocol.
              Last updated -
              3
              33
              TypeScript
              MIT License
            • A
              security
              F
              license
              A
              quality
              Implements the Model Context Protocol (MCP) to provide AI models with a standardized interface for connecting to external data sources and tools like file systems, databases, or APIs.
              Last updated -
              1
              125
              Python
              • Apple
              • Linux
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that enables LLMs like Claude to interact with the Nostr social network, allowing for fetching user profiles, text notes, and zap payment information.
              Last updated -
              5
              58
              29
              TypeScript
              MIT License
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that provides a standardized interface for AI models to access, query, and modify content in Notion workspaces.
              Last updated -
              947
              4
              TypeScript
              MIT License
              • Apple

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/pablof7z/mcp-code'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server