Documentation

Anura Memory gives AI agents persistent memory through two products: GraphRag (knowledge graph with automatic triple extraction) and FilesRag (markdown file storage with semantic search). Use MCP or one of the SDKs to integrate.

MCP Integration

Connect Claude, Cursor, Windsurf, or any MCP client. Setup guides and tool reference.

TypeScript SDK

npm install @anura-gate/anura-graph — typed client with retry, rate limiting, and full API coverage.

Python SDK

pip install anura-graph — typed client with httpx, context manager support, and full API coverage.