This PR adds comprehensive agent integration for Redis-FS, enabling AI agents to use Redis-backed filesystem storage for memories, documents, state, and tasks.
RedisFSclient class wrapping all FS.* commands with Pythonic APIredis-fsCLI with Unix-like commands (cat, ls, grep, replace, etc.)- Full type hints and pip-installable via
pyproject.toml
- HTTP/SSE transport for integration with Claude, Auggie, and other MCP clients
- 13 tools:
fs_read,fs_write,fs_replace,fs_insert,fs_grep, etc. - Health check endpoint at
/health
- Compatible with
npx skills addfor 37+ agents - Documents use cases (memories, markdown, state) and anti-patterns (binaries, scripts)
- Complete command reference with examples
docker-compose.ymlorchestrates Redis + MCP servermake mcp-upbuilds and starts everything
make mcp-up # Start Redis + MCP server
make install-mcp-auggie # Add to Auggie CLI
make install-skill-local # Install skill to Claude Code