why does this sound like not nostr at all?
notebin.io now has a remote mcp server at https://notebin.io/mcp that you can use with your Coding agent to fetch your NIP-C0 code snippets.
Example MCP config:
"mcp": {
"servers": {
"notebin.io": {
"url": "https://notebin.io/mcp"
}
}
}
The minimum you need to provide is your npub, but you can also provide a limit, a programming language and tags
Make sure to create a few code snippets first at https://notebin.io
#grownostr
Discussion
- on notebin.io you can only sign in with nostr
- the snippets are only saved on a nostr relay that i spun up using relaywizard
- the mcp server uses nostr to get your snippets
- it's completely open source if you want to verify any of this:
https://github.com/nodetec/notebin
i guess you could make the argument that the mcp server being made available via http but that's the only remote interface available at the moment
if you'd like to use it locally and just connect to a relay i have a standalone MCP server for that as well:
https://github.com/nodetec/nostr-code-snippet-mcp
this is pretty much as nostr as it gets