← Index

Palinode

io.github.phasespace-labs/palinode·v0.8.9·Search

Git-versioned markdown memory for AI agents: save, search, compact, lint, and audit.

Trust verdict · v1 advisory · method
NOT YET SCREENEDno verdict on file

Verdict not yet evaluated for this tool. The semantic screen takes adversarial cases first; coverage rolls out as the corpus expands (15/150 labels to graduation). The deterministic conformance probe is built but has not yet run on the public corpus, so a recorded verdict here is REVIEW or UNVERIFIED, never a clearing ALLOW. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: the eval, four-state verdict, honest limits.

Own this server? Screen its description →

Environment variables
PALINODE_DIR
required

Path to the markdown-memory directory (e.g. ~/.palinode). Created if missing.

PALINODE_API_HOST

Host where the back-end palinode-api process is reachable

PALINODE_API_PORT

Port for palinode-api

PALINODE_API_TOKEN
secret

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))'.

PALINODE_API_TOKEN_FILE
secret

Path to a file containing the bearer token (alternative to PALINODE_API_TOKEN; for docker-secrets style deployments)

PALINODE_DIR
required

Path to the markdown-memory directory

PALINODE_MCP_HTTP_HOST

Bind 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).

PALINODE_MCP_HTTP_PORT

Port for the MCP HTTP server

PALINODE_API_HOST

Host where the back-end palinode-api is reachable

PALINODE_API_PORT

Port for palinode-api

PALINODE_API_TOKEN
secret

Bearer token enforced by palinode-api. Required when binding non-loopback. Generate with: python -c 'import secrets; print(secrets.token_urlsafe(32))'.

PALINODE_API_TOKEN_FILE
secret

Path to a file containing the bearer token (alternative to PALINODE_API_TOKEN)

MCP quality score · maturity, not trust · methodology
freshness
24
completeness
20
installability
25
documentation
15
stability
5
Alternatives in Search