Skip to content
Claude Desktop

Palinode for Claude Desktop

io.github.phasespace-labs/palinode

Inspectable, correctable project memory in git-versioned Markdown for AI agents.

client:Claude Desktop transport:stdio runtime:pypi

Install Palinode in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "palinode": {
      "command": "uvx",
      "args": [
        "palinode"
      ],
      "env": {
        "PALINODE_DIR": "<PALINODE_DIR>",
        "PALINODE_API_HOST": "<PALINODE_API_HOST>",
        "PALINODE_API_PORT": "<PALINODE_API_PORT>",
        "PALINODE_API_TOKEN": "<PALINODE_API_TOKEN>",
        "PALINODE_API_TOKEN_FILE": "<PALINODE_API_TOKEN_FILE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Palinode in other clients