Skip to content
Cline

Postgram for Cline

io.github.ivo-toby/postgram

Self-hosted memory for AI agents with hybrid search, knowledge graphs, tasks, and document sync.

client:Cline transport:stdio runtime:oci

Install Postgram 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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "postgram": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ivo-toby/postgram@sha256:29b61fb302bd52862b8eba43305ee2aa4fc072d5f9188652f1fe6324f49d5391"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "EMBEDDING_PROVIDER": "<EMBEDDING_PROVIDER>",
        "EMBEDDING_BASE_URL": "<EMBEDDING_BASE_URL>",
        "ADMIN_MFA_SECRET_KEY": "<ADMIN_MFA_SECRET_KEY>",
        "ADMIN_SETTINGS_ENCRYPTION_KEY": "<ADMIN_SETTINGS_ENCRYPTION_KEY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Postgram in other clients