Chris's avatar
Chris
chris@nostrings.news
npub1ygzj...60k2
Working on nostr stuff comet.md notebin.io notestack.com relayrunner.org relaywizard.com NIP-C0 author
Chris's avatar
Chris 5 months ago
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 #grownostr
Chris's avatar
Chris 6 months ago
notebin.io (a site and relay for code snippets) supports profile pages for users now, you can also update your profile information by clicking on the user dropdown and selecting "account" profiles are also now batched and shown on the archive page so you can see the name and image for the user who created the NIP-C0 code snippet.
Chris's avatar
Chris 7 months ago
Running a new relay for just kind 1337 code snippets at relay.notebin.io. #grownostr
Chris's avatar
Chris 8 months ago
Are clients with multiple column feeds the future?
Chris's avatar
Chris 8 months ago
You can now sort by last edited, created at and title in Comet. Title is particularly useful if you're writing a book or course where you can number the titles. Each notebook should have it's own sort state.
Chris's avatar
Chris 8 months ago
In this demo we ask Claude to post a simple python code snippet. The MCP server reaches out via unix domain socket to have the event signed so Claude nor the MCP server needs to know the private key. This will allow you to have Claude post code snippets that you like on your behalf without needed to expose your private key/nsec. @grownostr
Chris's avatar
Chris 8 months ago
How does Primal show reply count, zap sums, like counts and repost counts so fast?
Chris's avatar
Chris 8 months ago
I wrote a simple MCP server for fetching recent code snippets, this one just gets recent ones but you can imagine how useful this could be if you're running your own relay with a curated list of composable code snippets that already work. This would be even cooler if you were using a search relay and could have claude search for public code snippets that match what you're trying to do by filetype and function name. This is just scratching the surface.
Chris's avatar
Chris 8 months ago
I pretty much only find new people on here when accounts I already follow repost content. So we should probably be abusing reposts.
Chris's avatar
Chris 9 months ago
There must be something interesting we can do with this code snippet kind and the new MCP stuff but I have no idea how it works yet.
Chris's avatar
Chris 9 months ago
Chris's avatar
Chris 9 months ago
I think it’s better to just read from one relay at a time.