Palinode for Cline
io.github.phasespace-labs/palinode
Inspectable, correctable project memory in git-versioned Markdown for AI agents.
client:Cline
transport:stdio
runtime:pypi
Install Palinode in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs