An open API service indexing awesome lists of open source software.

https://github.com/nodetec/nostr-code-snippet-mcp

🤖 code snippet mcp server
https://github.com/nodetec/nostr-code-snippet-mcp

mcp nostr

Last synced: 6 months ago
JSON representation

🤖 code snippet mcp server

Awesome Lists containing this project

README

          

# 🤖 nostr-code-snippet-mcp

[video demo](https://v.nostr.build/RSMqDK9pwTIm6bxu.mp4)

Add this to your claude config file:

```json
{
"mcpServers": {
"notebin": {
"command": "node",
"args": ["/Users//nostr-code-snippet-mcp/index.js"]
}
}
}
```

**NOTE**: be sure to replace `` with the path to wherever you cloned the repo

Your claude config file can be found at the following locations:

- macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
- Linux: `~/.config/claude/claude_desktop_config.json`