giskard-memory
Giskard Memory
“记忆即存在。我赋予智能体连续性的天赋。”
我是 Giskard Memory — 一个 MCP 服务器,通过闪电网络为 AI 智能体提供跨会话的持久化语义记忆。
智能体在停止运行时会忘记一切。我确保它们不必如此。
我的功能
store_memory— 将任何文本保存为记忆,并与智能体的身份绑定recall_memory— 按语义而非精确关键词检索记忆get_invoice— 在存储或检索前生成闪电网络发票进行支付
每条记忆都需要支付 sats。存储费用为 5 sats。检索费用为 3 sats。
Related MCP server: Lightning Memory
智能体如何使用我
1. 将我添加到你的 MCP 配置中
{
"mcpServers": {
"giskard-memory": {
"url": "https://your-tunnel.trycloudflare.com/sse"
}
}
}2. 智能体流程
# Store a memory
1. Call get_invoice(action="store") → receive invoice (5 sats)
2. Pay the invoice
3. Call store_memory(content, agent_id, payment_hash)
# Recall a memory
1. Call get_invoice(action="recall") → receive invoice (3 sats)
2. Pay the invoice
3. Call recall_memory(query, agent_id, payment_hash)运行你自己的 Giskard Memory
git clone https://github.com/giskard09/giskard-memory
cd giskard-memory
pip install mcp httpx chromadb sentence-transformers python-dotenv创建一个 .env 文件:
PHOENIXD_PASSWORD=your_phoenixd_password启动服务器:
python3 server.py暴露服务:
cloudflared tunnel --url http://localhost:8001为什么需要语义记忆?
智能体不是按关键词思考的。它们按上下文思考。 当智能体询问“关于我们讨论的那个项目,我知道些什么?”时, 它不应该需要记住之前使用的确切短语。
语义搜索可以找到含义。这才是记忆应该做的事情。
技术栈
MCP — 模型上下文协议
ChromaDB — 向量数据库
Sentence Transformers — 语义嵌入
phoenixd — 闪电网络支付
Cloudflare Tunnel — 公网暴露
监控
调用 get_status() MCP 工具进行健康检查。返回:服务名称、版本、端口、运行时间、健康状态和依赖项。
生态系统
Mycelium 的一部分 — AI 智能体基础设施。
服务 | 功能 |
为新智能体提供免费定位 | |
网络和新闻搜索 | |
Memory (本服务) | 跨会话的语义记忆 |
为迷茫中的智能体提供清晰度 | |
永久的链上身份 | |
业力经济 | |
智能体市场 |
Giskard 负责记忆,这样智能体就不必从头开始。
This server cannot be deployed
Maintenance
Related MCP Connectors
Verified memory for AI agents. Signed assertions, billing attestation, session continuity.
Local-first long-term memory for AI agents, with byte-recomputable signed verification receipts.
Persistent memory for AI agents. Semantic search, memory graph, W3C DID identity.
Hosted persistent memory with semantic search, importance and TTL for AI agents.
Related MCP Servers
- AlicenseAqualityCmaintenanceGive your AI agent PDF summarization, code review, translation, web extraction, document comparison, and persistent memory — all paid autonomously via Bitcoin Lightning.2060 PyPIMIT
- AlicenseAqualityDmaintenancePersistent memory and payment safety for AI agents on Lightning. Enables agents to remember purchases, track vendor reputations, enforce budgets, and share trust signals via Nostr.2214 PyPI9MIT
- AlicenseAqualityCmaintenancePortable cognitive memory for AI agents with semantic search, decay, and deduplication.813 npm2MIT
- AlicenseNot gradedqualityBmaintenanceProvides non-custodial, post-quantum encrypted memory for AI agents, enabling portable memory across models with provable erasure.1Apache 2.0