Server data from the Official MCP Registry
Git-versioned markdown memory for AI agents: save, search, compact, lint, and audit.
Git-versioned markdown memory for AI agents: save, search, compact, lint, and audit.
Palinode is a well-architected MCP server for git-versioned agent memory with thoughtful security practices. The codebase shows strong defensive patterns: explicit CVE pinning in dependencies, input validation, secure credential handling via environment variables, and comprehensive audit logging. Minor findings around broad exception handling and logging of non-sensitive request paths are low-severity and do not indicate actual vulnerabilities. Permissions appropriately match the server's purpose (file I/O, network access for API calls, environment variable reading for credentials). Supply chain analysis found 4 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.
4 files analyzed · 10 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: PALINODE_DIR
Environment variable: PALINODE_API_HOST
Environment variable: PALINODE_API_PORT
Environment variable: PALINODE_API_TOKEN
Environment variable: PALINODE_API_TOKEN_FILE
Environment variable: PALINODE_MCP_HTTP_HOST
Environment variable: PALINODE_MCP_HTTP_PORT
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-phasespace-labs-palinode": {
"env": {
"PALINODE_DIR": "your-palinode-dir-here",
"PALINODE_API_HOST": "your-palinode-api-host-here",
"PALINODE_API_PORT": "your-palinode-api-port-here",
"PALINODE_API_TOKEN": "your-palinode-api-token-here",
"PALINODE_MCP_HTTP_HOST": "your-palinode-mcp-http-host-here",
"PALINODE_MCP_HTTP_PORT": "your-palinode-mcp-http-port-here",
"PALINODE_API_TOKEN_FILE": "your-palinode-api-token-file-here"
},
"args": [
"-y",
"openclaw-palinode"
],
"command": "npx"
}
}
}Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption