Skip to main content
Glama

MCP-NOSTR

by pablof7z

MCP-NOSTR:模型上下文协议的 Nostr 发布器

模型上下文协议 (MCP) 和 Nostr 网络之间的桥梁,使 AI 语言模型能够将内容发布到 Nostr。

特征

  • 实现与 AI 语言模型交互的模型上下文协议
  • 提供用于管理 Nostr 身份、配置文件和内容的 CLI 命令
  • 将 AI 生成的内容发布到 Nostr 网络
  • 支持信任网络 (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 -
              1
              19
              TypeScript
              MIT License
            • A
              security
              F
              license
              A
              quality
              A Model Context Protocol server that enables AI models to interact with SourceSync.ai's knowledge management platform for managing documents, ingesting content from various sources, and performing semantic searches.
              Last updated -
              25
              14
              • Apple
              • Linux
            • -
              security
              -
              license
              -
              quality
              A bridge connecting physical hardware with AI large language models through the Model Context Protocol (MCP), enabling natural language control of TCP devices.
              Last updated -
              2
              Python
              MIT License
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server implementation that enables seamless integration with Claude and other MCP-compatible clients to access Prem AI's language models, RAG capabilities, and document management features.
              Last updated -
              JavaScript

            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