1 { 2 "servers": { 3 "js-dev": { 4 "type": "stdio", 5 "command": "npx", 6 "args": ["-y", "@soapbox.pub/js-dev-mcp@latest"] 7 }, 8 "nostr": { 9 "type": "stdio", 10 "command": "npx", 11 "args": ["-y", "@nostrbook/mcp@latest"] 12 } 13 } 14 }