Skip to main content
Glama

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

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

特徴

  • AI言語モデルと対話するためのモデルコンテキストプロトコルを実装します

  • Nostr の ID、プロファイル、コンテンツを管理するための CLI コマンドを提供します。

  • AI生成コンテンツをNostrネットワークに公開

  • 検証済みの接続のためのWeb of Trust (WoT)をサポート

  • ユーザープロフィールとフォローを管理する

Related MCP server: MCP Server

インストール

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

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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