loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

palinode

MCP Tool

Paul-Kyle/palinode

Git-native persistent memory and compaction for AI agents (markdown + sqlite-vec + MCP)

Install

$ npx loaditout add Paul-Kyle/palinode

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "palinode": {
      "command": "npx",
      "args": [
        "-y",
        "palinode"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

Palinode ๐Ÿง 

Persistent long-term memory for AI agents โ€” with provenance.

*A palinode is a poem that retracts what was said before and says it better. That's what memory compaction does.*

Git-native. Markdown-first. No database required.

---

The Problem

AI agents wake up with amnesia every session. They don't remember who you are, what you're working on, or what was decided yesterday. You waste turns re-explaining context that should already be there. Current solutions either don't scale (flat files), produce uncurated noise (vector-only stores), or lock you into opaque databases you can't inspect.

The Solution

Palinode is persistent memory for LLM agents that stores everything as typed markdown files โ€” human-readable, git-versioned, greppable. A hybrid search index (SQLite-vec + BM25) makes memories searchable by meaning *and* keyword. An MCP server exposes 14 tools so Claude Code, Cursor, Codex, Antigravity, OpenClaw, or any MCP client can search, save, and manage memories. A session skill auto-captures milestones and decisions during coding.

Works with any LLM backend. Tested with OLMo, Qwen, and Claude. If every service crashes, cat still works.

What it costs

| Turn | What happens | Tokens | |---|---|---| | Turn 1 | Core memory injected (people, projects, decisions) | ~4,200 | | Every turn after | Relevant search snippets for your message | ~300 | | Trivial messages ("ok", "yes", "๐Ÿ‘") | Nothing โ€” skipped automatically | 0 |

~300 tokens per turn. Less than a sentence of output. The alternative โ€” re-explaining your project every session โ€” costs the same tokens with none of the benefit.

---

What Makes Palinode Different

Most agent memory systems are opaque databases you can't inspect, flat files that don't scale, or graph stores that require infrastructure. Palinode is memory with provenance โ€” the only system where you can git blame every fact your agent knows.

No other production system has these:
  • **Git

Tags

agent-memoryai-agentgit-versionedllmmcpmemoryopenclawsqlite-vecvector-search

Reviews

Loading reviews...

Quality Signals

1
Stars
0
Installs
Last updated17 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/1/2026
View on GitHubโ†’

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/Paul-Kyle/palinode)](https://loaditout.ai/skills/Paul-Kyle/palinode)