Palinode
Inspectable, correctable project memory in git-versioned Markdown for AI agents.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (pypi 0.21.0)
uvx palinode
Or add to your MCP client config:
{
"mcpServers": {
"palinode": {
"command": "uvx",
"args": [
"palinode"
],
"env": {
"PALINODE_DIR": "<YOUR_VALUE>",
"PALINODE_API_HOST": "<YOUR_VALUE>",
"PALINODE_API_PORT": "<YOUR_VALUE>",
"PALINODE_API_TOKEN": "<YOUR_VALUE>",
"PALINODE_API_TOKEN_FILE": "<YOUR_VALUE>"
}
}
}
}
PALINODE_DIRrequired — Path to the markdown-memory directory (e.g. ~/.palinode). Created if missing.PALINODE_API_HOST— Host where the back-end palinode-api process is reachablePALINODE_API_PORT— Port for palinode-apiPALINODE_API_TOKENsecret — 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_FILEsecret — Path to a file containing the bearer token (alternative to PALINODE_API_TOKEN; for docker-secrets style deployments)
This server takes extra arguments — see its repository.
Package (pypi 0.21.0)
Package: pypi palinode
PALINODE_DIRrequired — Path to the markdown-memory directoryPALINODE_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 serverPALINODE_API_HOST— Host where the back-end palinode-api is reachablePALINODE_API_PORT— Port for palinode-apiPALINODE_API_TOKENsecret — 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_FILEsecret — Path to a file containing the bearer token (alternative to PALINODE_API_TOKEN)
This server takes extra arguments — see its repository.
Related servers
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Data from the Official MCP Registry