nostr-mcp-server

mcp
Guvenlik Denetimi
Uyari
Health Gecti
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 36 GitHub stars
Code Uyari
  • crypto private key — Private key handling in __tests__/dm-tools.test.ts
  • crypto private key — Private key handling in __tests__/event-tools.test.ts
  • crypto private key — Private key handling in __tests__/integration.test.ts
  • crypto private key — Private key handling in __tests__/nip19-conversion.test.ts
  • crypto private key — Private key handling in __tests__/nip42-auth.test.ts
  • crypto private key — Private key handling in __tests__/note-creation.test.ts
  • crypto private key — Private key handling in __tests__/note-tools-functions.test.ts
  • crypto private key — Private key handling in __tests__/note-tools-unit.test.ts
Permissions Gecti
  • Permissions — No dangerous permissions requested
Purpose
This server acts as a bridge using the Model Context Protocol (MCP) to grant AI agents the ability to interact with the Nostr decentralized network. It enables automated actions like posting notes, sending direct messages, and managing event data.

Security Assessment
The tool handles highly sensitive data because it requires Nostr private keys to cryptographically sign actions and send direct messages on behalf of the user. While the scan flags several instances of private key handling, these are safely isolated within the project's test files rather than hardcoded into the main production codebase. The tool does not request dangerous system permissions or execute hidden shell commands. Because its core function requires network communication to interact with Nostr relays, it does make external network requests. Overall risk is rated as Medium due to the inherent sensitivity of managing and utilizing cryptographic private keys.

Quality Assessment
The repository is now explicitly marked as no longer maintained and directs users to a newer successor project. However, the base health metrics remain positive: the underlying code recently received an update, it carries a permissive MIT license, and it has earned decent community trust with 36 GitHub stars.

Verdict
Not recommended (This specific repository is deprecated; use caution and evaluate the successor project if you need this functionality).
SUMMARY

A Model Context Protocol (MCP) server that provides Nostr capabilities to AI agents

README.md

Nostr MCP Server

⚠️ This project is no longer maintained. It has been superseded by nostr-agent-interface — a newer, improved version with additional Blossom file storage support and an expanded tool set.

For the full MCP server with 48 tools, see:
https://github.com/AustinKelsay/nostr-agent-interface


What changed?

The nostr-agent-interface (NAI) builds on this project and adds:

  • Blossom file storage — 8 new tools for uploading, downloading, listing, deleting, and mirroring blobs
  • Expanded tool count — 48 MCP tools covering profile, notes, relays, DMs, zaps, and now blob storage
  • Cleaner architecture — improved module organization and signing via snstr
  • Built-in budget monitoring — optional Plaid-connected budget tracking for personal finance

Migrating

If you're using nostr-mcp-server, switch to:

npm install -g nostr-agent-interface

Or point to the source:

git clone https://github.com/AustinKelsay/nostr-agent-interface.git
cd nostr-agent-interface
npm install && npm run build

Old tool count

This repo contains 40 tools (documented in the git history).

The active repo (nostr-agent-interface) has 48 tools.

Yorumlar (0)

Sonuc bulunamadi