UNPKG

@getalby/mcp

Version:

MCP server for controlling a Lightning wallet using Nostr Wallet Connect

46 lines (45 loc) 1.1 kB
{ "name": "@getalby/mcp", "description": "MCP server for controlling a Lightning wallet using Nostr Wallet Connect", "repository": "https://github.com/getAlby/mcp.git", "version": "1.1.0", "type": "module", "main": "build/index.js", "bin": { "mcp": "build/index.js" }, "files": [ "build/**/*" ], "scripts": { "prepack": "yarn build", "build": "tsc && chmod 755 build/index.js", "start": "node build/index.js", "start:http": "MODE=HTTP node build/index.js", "inspect": "npx @modelcontextprotocol/inspector node build/index.js" }, "keywords": [ "lightning", "nostr", "nwc", "wallet", "mcp", "model-context-protocol", "ai" ], "author": "Alby contributors", "license": "MIT", "dependencies": { "@getalby/lightning-tools": "^5.2.0", "@getalby/sdk": "^5.1.0", "@modelcontextprotocol/sdk": "^1.13.0", "@types/node": "^20.11.5", "dotenv": "^16.4.7", "express": "^5.1.0", "typescript": "^5.3.3", "websocket-polyfill": "0.0.3" }, "devDependencies": { "@types/express": "^5.0.2" } }