← Back to Plugins
MCP Server MCP

io.github.llmops-pro/nostr-ops-mcp

github By github 👁 1 views ▲ 0 votes

Nostr publishing, queries, and DMs for AI agents, with allowlists, rate limits, and an audit log.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "nostr-ops-mcp",
      "version": "0.2.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Comma-separated wss:// relay URLs",
          "isRequired": true,
          "name": "NOSTR_RELAYS"
        },
        {
          "description": "NIP-46 bunker URI (preferred signer; keeps the nsec off this machine)",
          "isSecret": true,
          "name": "NOSTR_NIP46_URI"
        },
        {
          "description": "nsec private key (alternative to NOSTR_NIP46_URI; read-only mode if neither is set)",
          "isSecret": true,
          "name": "NOSTR_PRIVATE_KEY"
        },
        {
          "description": "Comma-separated event kinds the server may publish (required when a signer is configured)",
          "name": "NOSTR_ALLOWED_KINDS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...