Back to Browse

Palinode MCP Server

Cloud & DevOpsLow Risk10.0MCP 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

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

9 files analyzed · 1 issue 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

Check that this permission is expected for this type of 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": [
        "palinode"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Palinode MCP Server - Git-versioned markdown memory for AI agents: save, search, | MCP Marketplace