Recall
Local memory for AI coding agents. Recall remembers your past sessions so your agent doesn't start from scratch every time.
Install / Use
claude mcp add edheltzel -- npx -y github:edheltzel/RecallIf the server publishes to npm under a different name, use that package instead — check the repo README.
MCP Server
Model Context Protocol server
Quality Score
Category
Development & EngineeringSupported Platforms
Tags
Skill content
View source on GitHub{ "name": "recall-memory", "version": "0.10.0", "description": "RECALL - Persistent memory system for coding agents", "type": "module", "bin": { "recall": "./dist/index.js", "recall-mcp": "./dist/mcp-server.js" }, "files": [ "dist/", "hooks/", "agent-skills/", "lib/", "opencode/", "pi/", "templates/", "install.sh", "update.sh", "uninstall.sh", "FOR_CLAUDE.md", "FOR_OPENCODE.md", "FOR_PI.md", "README.md", "LICENSE" ], "pi": { "extensions": [ "./pi/.ts" ], "skills": [ "./agent-skills//SKILL.md" ] }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup src/index.ts src/mcp-server.ts --format esm --dts --clean --external bun:sqlite && node -e "const fs=require('fs');['dist/index.js','dist/mcp-server.js'].forEach(f=>{const c=fs.readFileSync(f,'utf8');if(!c.startsWith('#!/usr/bin/env node'))throw new Error(f+' missing expected shebang');fs.writeFileSync(f,c.replace('#!/usr/bin/env node','#!/usr/bin/env bun'))})"", "dev": "tsup src/index.ts src/mcp-server.ts --format esm --watch --external bun:sqlite", "test": "bun test", "lint": "tsc --noEmit -p tsconfig.lint.json", "build:codex-plugin": "bun run scripts/build-codex-plugin.ts", "test:e2e:codex-plugin": "bun run build && bun run scripts/e2e-codex-plugin.ts", "test:e2e:grok-lifecycle": "bun run build && bun run scripts/e2e-grok-lifecycle.ts", "test:e2e:pi-integration": "bun run build && bun run scripts/e2e-pi-integration.ts", "test:e2e:opencode": "bun run build && bun run scripts/e2e-opencode.ts", "check:version": "bun run scripts/check-version.ts", "prepublishOnly": "bun run build", "build:claude-plugin": "bun run scripts/build-claude-plugin.ts", "test:e2e:claude-plugin": "bun run build && bun run scripts/e2e-claude-plugin.ts", "test:e2e:opencode:runtime": "bun run build && bun run scripts/e2e-opencode-runtime.ts" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.25.3", "commander": "^12.1.0", "sqlite-vec": "0.1.9", "zod": "^3.24.0" }, "devDependencies": { "@types/bun": "^1.3.14", "@types/node": "^22.10.0", "fast-check": "^4.8.0", "tsup": "^8.3.5", "typescript": "^5.7.2", "vitest": "^2.1.8" }, "engines": { "bun": ">=1.0.0" }, "repository": { "type": "git", "url": "https://github.com/edheltzel/Recall" }, "homepage": "https://github.com/edheltzel/Recall#readme", "bugs": "https://github.com/edheltzel/Recall/issues", "keywords": [ "claude-code", "ai-memory", "sqlite", "fts5", "mcp", "pi-package" ], "author": "edheltzel", "license": "MIT", "packageManager": "bun@1.3.14" }
Related Skills
Agent-Reach
78.2kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
70.6k🌊 The original agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
headroom
69.0kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
CowAgent
46.8kOpen-source super AI assistant & Agent Harness. Plans tasks, runs tools and skills, self-evolves with memory and knowledge. Multi-model, multi-channel. Lightweight, extensible, one-line install. (formerly chatgpt-on-wechat)
Security Score
Audited on Invalid Date
