Nostr MCP服务器
⚠️ 此项目不再维护。 它已被取代 nost代理接口 --一个更新、改进的版本,具有额外的Blossom文件存储支持和扩展的工具集。
有关带有48个工具的完整MCP服务器,请参阅:\ https://github.com/AustinKelsay/nostr-agent-interface
______________________________________________________________________
发生了什么变化?
这 nostr-agent-interface (NAI)以该项目为基础,增加了:
- Blossom文件存储 --8个用于上传、下载、列出、删除和镜像blob的新工具
- 扩展工具数量 --48个MCP工具,涵盖配置文件、注释、中继、DM、zap,现在还有blob存储
- 更清洁的架构 --通过改进模块组织和签名
snstr - 内置预算监控 --用于个人理财的可选Plaid关联预算跟踪
迁移
如果你正在使用 nostr-mcp-server,切换到:
npm install -g nostr-agent-interface或者指出来源:
git clone https://github.com/AustinKelsay/nostr-agent-interface.git
cd nostr-agent-interface
npm install && npm run build旧工具计数
这个仓库包含40个工具(记录在git历史中)。
主动回购(nostr-agent-interface)有 48工具.

