Skip to content
Zed

nostr ops mcp for Zed

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

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

client:Zed transport:stdio runtime:npm

Install nostr ops mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "nostr-ops-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nostr-ops-mcp"
      ],
      "env": {
        "NOSTR_RELAYS": "<NOSTR_RELAYS>",
        "NOSTR_NIP46_URI": "<NOSTR_NIP46_URI>",
        "NOSTR_PRIVATE_KEY": "<NOSTR_PRIVATE_KEY>",
        "NOSTR_ALLOWED_KINDS": "<NOSTR_ALLOWED_KINDS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

nostr ops mcp in other clients