palinode
Palinode
Git-versioned markdown memory for AI agents: save, search, compact, lint, and audit.
Package Details
palinode
Package Arguments
Positional
palinode-mcpConsole script for the stdio MCP serverNamed
palinodeSelect the palinode distribution from PyPIEnvironment Variables
Path to the markdown-memory directory (e.g. ~/.palinode). Created if missing.
127.0.0.1Host where the back-end palinode-api process is reachable
6340Port for palinode-api
Optional bearer token enforced on every palinode-api request other than /health. Required when PALINODE_API_BIND_INTENT=public. Generate with: python -c 'import secrets; print(secrets.token_urlsafe(32))'.
Path to a file containing the bearer token (alternative to PALINODE_API_TOKEN; for docker-secrets style deployments)
palinode
Package Arguments
Positional
palinode-mcp-sseConsole script for the long-running streamable-HTTP MCP serverNamed
palinodeSelect the palinode distribution from PyPIEnvironment Variables
Path to the markdown-memory directory
127.0.0.1Bind host for the MCP HTTP server. Defaults to loopback; set to 0.0.0.0 only with intentional network exposure (paired with PALINODE_API_BIND_INTENT=public on the back-end).
6341Port for the MCP HTTP server
127.0.0.1Host where the back-end palinode-api is reachable
6340Port for palinode-api
Bearer token enforced by palinode-api. Required when binding non-loopback. Generate with: python -c 'import secrets; print(secrets.token_urlsafe(32))'.
Path to a file containing the bearer token (alternative to PALINODE_API_TOKEN)