← Back to Plugins
MCP Server MCP

io.github.llmops-pro/nwc-mcp

github By github 👁 1 views ▲ 0 votes

Lightning wallet for AI agents via Nostr Wallet Connect (NIP-47): budget caps, confirm, audit log.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "nwc-mcp",
      "version": "0.2.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Nostr Wallet Connect connection string (nostr+walletconnect://...)",
          "isRequired": true,
          "isSecret": true,
          "name": "NWC_CONNECTION_STRING"
        },
        {
          "description": "Daily spend cap in sats",
          "name": "NWC_DAILY_BUDGET_SATS"
        },
        {
          "description": "Set true to block all spend tools",
          "name": "NWC_READ_ONLY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...