Spydr Memory
0
Facilitates secure, standardized interaction between AI agents and a sophisticated memory storage system via the Model-Context Protocol.
Acerca de
The Spydr Memory is a high-performance backend service designed to bridge AI agents with a sophisticated memory storage system. Built with Hono for optimal performance on edge environments like Cloudflare Workers, it securely exposes tools that allow authorized agents to search and retrieve information from 'memories' and 'webs'. Authentication is robustly handled by Stytch, ensuring all interactions are authorized using JWTs and adhere to the Model-Context Protocol for standardized AI model interaction.
Características Principales
- High-Performance Edge Server (Hono, Cloudflare Workers)
- Secure Authentication (Stytch, JWT-based)
- Model-Context Protocol (MCP) Implementation with `FindWebs` and `FindMemories` tools
- Service-Oriented Design (Dedicated MemoryService)
- OAuth 2.0 Support (Dynamic Client Registration)
- 0 GitHub stars
Casos de Uso
- Enabling AI agents to semantically search and retrieve specific memories.
- Allowing AI agents to find collections of related memories (webs) to narrow search scope.
- Orchestrating fine-grained context for AI agent responses by combining memory search results.