Palinode MCP Server
Audit-grade memory for AI agents. Every stored claim can carry an explicit epistemic status (fact / inference / open_question / unverified), typed links to the evidence that backs or contradicts it, and a verifiable quote-level citation to its source. MCP-first, so one memory works in every editor. Its 28 documented tools cover session, archive, doctor.
People connecting memory tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.
VERIFIED ACTIVE
LAST COMMIT 2026-08-23 · ★ 28 · #36 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25
MIT · Python servers · how we verify → /methodology
01 · Install Palinode
before you install - you'll need
PALINODE_DIR
Environment variables documented in the project's README - it lists which are required and which have defaults.
Claude Code
claude mcp add phasespace-labs-palinode -- uvx palinode Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"phasespace-labs-palinode": {
"command": "uvx",
"args": [
"palinode"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
pypi package palinode - check the name against the project README before installing (PyPI has no namespace ownership)
registry namespace io.github.phasespace-labs is GitHub-verified and matches the repo owner
03 · What Palinode can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can browse memory files by type, filter by core status, read the full content of a memory file, fetch a URL and save as research, and archive ephemeral memories whose TTL has expired.
Capability map
Tools grouped from the project's README - what Palinode lets an agent do.
read & search
3 tools - e.g. Hybrid BM25 + vector search with category filter; Browse memory files by type, filter by core status; Read the full content of a memory file
search · list · read
Session
2 tools - e.g. Session-start context digest for the resolved project scope; Capture summary, decisions, and blockers at end of session
session_init · session_end
Archive
2 tools - e.g. Retire one memory that's wrong or obsolete - archive it, or supersede it with a named replacement; Archive ephemeral memories whose TTL has expired
archive · archive_expired
Doctor
2 tools - e.g. Fast diagnostic pass - 18+ checks across paths, services, config, index; Full diagnostic with canary write test (~10–15s)
doctor · doctor_deep
Save
1 tool - e.g. Store a typed memory (person, decision, insight, project)
save
Ingest
1 tool - e.g. Fetch a URL and save as research
ingest
Entities
1 tool - e.g. Entity graph - cross-references between memories
entities
Consolidate
1 tool - e.g. Preview or run LLM-powered compaction
consolidate
Latest releases
v0.13.0 · 2026-08-14
Palinode 0.13.0 makes memory follow the agent instead of waiting to be asked. Native per-turn recall now spans Claude Code and Pi while preserving prompt-cache prefixes, and a new cross-harness guide explains how every…
v0.12.0 · 2026-08-11
v0.12.0 - Dream alias, safer writes, serialized consolidation · Palinode 0.12.0 adds palinode dream as a discoverable alias for consolidation and ships a broad correctness pass: concurrent consolidations now refuse…
v0.11.0 · 2026-08-08
v0.11.0 - Forgetting by retraction · Default behavior changes: search.default_limit increases from 10 to 15, · and the API relevance threshold decreases from 0.6 to 0.5 after the threshold · was corrected to operate on…
04 · Who maintains Palinode
Palinode is maintained by phasespace-labs. It's the only MCP server we track from this author; the repo dates to Mar 2026.
05 · Facts
- repository
- github.com/phasespace-labs/palinode
- category
- memory - ranked #36 of 259 actively-maintained memory servers as of 2026-08-25.
- release cadence
- 10+ releases in the last 90 days (latest 2026-08-14)
- registry
- io.github.phasespace-labs/palinode (active, first published 2026-04-30 · 17 versions)
- packages
- pypi:palinode · pypi:palinode
06 · Palinode FAQ
Is Palinode still maintained?
Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 10+ releases in the last 90 days. We re-verify nightly.
What can Palinode do?
With this server connected, an agent can browse memory files by type, filter by core status, read the full content of a memory file, fetch a URL and save as research, and archive ephemeral memories whose TTL has expired.
How do I install Palinode?
Run `uvx palinode`. The README documents one environment variable (PALINODE_DIR) to set first. You can also paste the ready-made client config above.
Does Palinode run locally?
Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Palinode
Alternatives to Palinode
Maintained memory servers if Palinode isn't the fit.
- Codebase Memory Codebase knowledge graph for AI agents - 159 languages, sub-ms queries, 99% fewer tokens. ★ 40,198 · 2026-08-23
- Tradememory Protocol MCP memory for AI trading agents. Store trades, recall similar setups, track strategy performance. ★ 1,412 · 2026-08-11
- Superlog Open-source agent that observes and fixes your application. Query logs, traces, metrics, incidents. ★ 1,394 · 2026-08-23
- Persome Local-first personal memory and model server for trusted MCP agents on macOS. ★ 1,314 · 2026-08-21
- Neo4j Memory MCP Neo4j Knowledge Graph Memory Server ★ 979 · 2026-04-10
- Projectmem Local-first memory + judgment layer for AI coding agents - warns before repeating failed fixes. ★ 750 · 2026-08-06
Pairs well with
Servers that cover what Palinode doesn't - only shown when the pairing reason fits the companion.
More memory MCP servers · Anneal Memory · Bolor Brain MCP · Kernal MCP · Plur · GPU MCP Server
More Python MCP servers · Zotero MCP Local · Sayou · Aria MCP Server · see all