🤖 nostr-code-snippet-mcp\
\ video demo\ \ Add this to your claude config file:\ \
{\
"mcpServers": {\
"nostr-code-snippet-mcp": {\
"command": "node",\
"args": ["/Users/\u003cpath to\u003e/nostr-code-snippet-mcp/dist/index.js"],\
"env": {\
"NSEC": "\u003csome nsec\u003e",\
"RELAYS": "wss://relay.damus.io,wss://relay.snort.social"\
}\
}\
}\
}\\ NOTE: be sure to replace \u003cpath to\u003e with the path to wherever you cloned the repo\ \ The configuration file location depends on your operating system:\ \
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json\ - Linux:
~/.config/Claude/claude_desktop_config.json\ - Windows:
%APPDATA%/Claude/claude_desktop_config.json\
\
Development\
\ Install dependencies:\ \
npm install\\ Build the project:\ \
npm run build\\ Run the inspector:\ \
npm run inspect\