Do you have any good sources to start learning about MCP and that type of programming?
Discussion
Easiest way to get started, IMO, would be to use VSCode with Cline or Roo, or a VSCode-derived editor like Cursor AI or Windsurf.
They all have either first-class or experimental MCP support.
Once you have it installed and connected, ask the AI to help you make a rudimentary MCP server, like a “ping” server that just logs pings in memory.
This will demonstrate how they work and how you can make your own.
If you do this, please report back on how it went!
Got a great learning experience. Got a basic MCP server that connects to my github repo to check pull requests etc.
I guess for nostr one could use it to query like content, but also provide contexts for devs, pike on how to build and integrate nostr singers or lightning, no?
Those are good ideas! Someone was putting together a Nostr Data Vending Machine (DCM) to MCP bridge. I haven’t looked into it much, but seems like a way to do it. https://dvmcp.fun/
I started working on it with cursor. Thanks for the tip, this got me going. I'll hopefully continue tomorrow. I'll keep you updated