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 memory system for AI agents with reasonable security practices. The codebase demonstrates careful dependency management with CVE-aware version pinning, proper use of environment variables for sensitive configuration, and no obvious malicious patterns. Minor findings around logging of request parameters and broad exception handling are present but do not materially impact security given the system's design and purpose. The MCP server correctly implements the protocol as a thin HTTP wrapper without holding sensitive state. Supply chain analysis found 3 known vulnerabilities in dependencies (0 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