Back to Browse

Palinode MCP Server

Cloud & DevOpsModerate6.3MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

6.3
Moderate6.3Moderate Risk

Palinode is a well-architected MCP server for memory management with strong security fundamentals. Authentication and authorization are properly implemented (API token validation, scoped permissions, no unauthenticated access to sensitive operations). Code quality is good with proper input validation, error handling, and credential management. Dependencies are thoughtfully pinned with CVE rationale documented. Minor findings include a broad exception handler and incomplete input validation on one tool parameter; these are low-severity and do not materially affect the security posture. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

4 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

process_spawn

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

What You'll Need

Set these up before or after installing:

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

Environment variable: PALINODE_DIR

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

Environment variable: PALINODE_API_HOST

Port for palinode-apiOptional

Environment variable: PALINODE_API_PORT

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

Environment variable: PALINODE_API_TOKEN

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

Environment variable: PALINODE_API_TOKEN_FILE

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

Environment variable: PALINODE_MCP_HTTP_HOST

Port for the MCP HTTP serverOptional

Environment variable: PALINODE_MCP_HTTP_PORT

How to Install

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"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!