Postgram
Rank #8,571io.github.ivo-toby/postgram
Self-hosted memory for AI agents with hybrid search, knowledge graphs, tasks, and document sync.
Postgram is a Model Context Protocol (MCP) server published by ivo-toby. It ranks #8,571 of 115,460 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Postgram is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jun 17, 2026 and most recently updated on Jul 12, 2026.
Ranks ahead of 106,889 of 115,460 servers on MCP Toplist.
Use Postgram
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add postgram -e "DATABASE_URL=<your DATABASE_URL>" -e "OPENAI_API_KEY=<your OPENAI_API_KEY>" -e "EMBEDDING_PROVIDER=<your EMBEDDING_PROVIDER>" -e "EMBEDDING_BASE_URL=<your EMBEDDING_BASE_URL>" -e "ADMIN_MFA_SECRET_KEY=<your ADMIN_MFA_SECRET_KEY>" -e "ADMIN_SETTINGS_ENCRYPTION_KEY=<your ADMIN_SETTINGS_ENCRYPTION_KEY>" -- docker run -i --rm --publish 127.0.0.1:3100:3100 --add-host host.docker.internal:host-gateway ghcr.io/ivo-toby/postgram@sha256:29b61fb302bd52862b8eba43305ee2aa4fc072d5f9188652f1fe6324f49d5391Replace each placeholder with your own value before saving.
[mcp_servers.postgram]
command = "docker"
args = ["run", "-i", "--rm", "--publish", "127.0.0.1:3100:3100", "--add-host", "host.docker.internal:host-gateway", "ghcr.io/ivo-toby/postgram@sha256:29b61fb302bd52862b8eba43305ee2aa4fc072d5f9188652f1fe6324f49d5391"]
[mcp_servers.postgram.env]
DATABASE_URL = "<your DATABASE_URL>"
OPENAI_API_KEY = "<your OPENAI_API_KEY>"
EMBEDDING_PROVIDER = "<your EMBEDDING_PROVIDER>"
EMBEDDING_BASE_URL = "<your EMBEDDING_BASE_URL>"
ADMIN_MFA_SECRET_KEY = "<your ADMIN_MFA_SECRET_KEY>"
ADMIN_SETTINGS_ENCRYPTION_KEY = "<your ADMIN_SETTINGS_ENCRYPTION_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"postgram": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--publish",
"127.0.0.1:3100:3100",
"--add-host",
"host.docker.internal:host-gateway",
"ghcr.io/ivo-toby/postgram@sha256:29b61fb302bd52862b8eba43305ee2aa4fc072d5f9188652f1fe6324f49d5391"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"EMBEDDING_PROVIDER": "<your EMBEDDING_PROVIDER>",
"EMBEDDING_BASE_URL": "<your EMBEDDING_BASE_URL>",
"ADMIN_MFA_SECRET_KEY": "<your ADMIN_MFA_SECRET_KEY>",
"ADMIN_SETTINGS_ENCRYPTION_KEY": "<your ADMIN_SETTINGS_ENCRYPTION_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"postgram": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--publish",
"127.0.0.1:3100:3100",
"--add-host",
"host.docker.internal:host-gateway",
"ghcr.io/ivo-toby/postgram@sha256:29b61fb302bd52862b8eba43305ee2aa4fc072d5f9188652f1fe6324f49d5391"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"EMBEDDING_PROVIDER": "<your EMBEDDING_PROVIDER>",
"EMBEDDING_BASE_URL": "<your EMBEDDING_BASE_URL>",
"ADMIN_MFA_SECRET_KEY": "<your ADMIN_MFA_SECRET_KEY>",
"ADMIN_SETTINGS_ENCRYPTION_KEY": "<your ADMIN_SETTINGS_ENCRYPTION_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"postgram": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--publish",
"127.0.0.1:3100:3100",
"--add-host",
"host.docker.internal:host-gateway",
"ghcr.io/ivo-toby/postgram@sha256:29b61fb302bd52862b8eba43305ee2aa4fc072d5f9188652f1fe6324f49d5391"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"EMBEDDING_PROVIDER": "<your EMBEDDING_PROVIDER>",
"EMBEDDING_BASE_URL": "<your EMBEDDING_BASE_URL>",
"ADMIN_MFA_SECRET_KEY": "<your ADMIN_MFA_SECRET_KEY>",
"ADMIN_SETTINGS_ENCRYPTION_KEY": "<your ADMIN_SETTINGS_ENCRYPTION_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"postgram": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--publish",
"127.0.0.1:3100:3100",
"--add-host",
"host.docker.internal:host-gateway",
"ghcr.io/ivo-toby/postgram@sha256:29b61fb302bd52862b8eba43305ee2aa4fc072d5f9188652f1fe6324f49d5391"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"EMBEDDING_PROVIDER": "<your EMBEDDING_PROVIDER>",
"EMBEDDING_BASE_URL": "<your EMBEDDING_BASE_URL>",
"ADMIN_MFA_SECRET_KEY": "<your ADMIN_MFA_SECRET_KEY>",
"ADMIN_SETTINGS_ENCRYPTION_KEY": "<your ADMIN_SETTINGS_ENCRYPTION_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"postgram": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--publish",
"127.0.0.1:3100:3100",
"--add-host",
"host.docker.internal:host-gateway",
"ghcr.io/ivo-toby/postgram@sha256:29b61fb302bd52862b8eba43305ee2aa4fc072d5f9188652f1fe6324f49d5391"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"EMBEDDING_PROVIDER": "<your EMBEDDING_PROVIDER>",
"EMBEDDING_BASE_URL": "<your EMBEDDING_BASE_URL>",
"ADMIN_MFA_SECRET_KEY": "<your ADMIN_MFA_SECRET_KEY>",
"ADMIN_SETTINGS_ENCRYPTION_KEY": "<your ADMIN_SETTINGS_ENCRYPTION_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ivo-toby%2Fpostgram)<a href="https://mcptoplist.com/server/io.github.ivo-toby%2Fpostgram"><img src="https://mcptoplist.com/badge/io.github.ivo-toby%2Fpostgram.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ivo-toby
Other servers by ivo-toby
- OpenAPI MCP Server#691 · 9 vers
- MCP Picnic#1,107 · 15 vers
- contentful-mcp#6,024 · 5 vers
- Skynet-MCP (THIS PROJECT IS A WORK IN PROGRESS)#32,109
- beatport-mcp-server#37,297
- Contentful GraphQL MCP Server#38,973 · 2 vers
- mcp-podcast-generator#99,518
Available versions (1)
| Version | Published |
|---|---|
| 0.1.3 | Jul 12, 2026 |
Frequently asked questions
- Who maintains Postgram?
- Postgram is maintained by ivo-toby, which publishes 8 MCP servers (32 total versions) tracked on MCP Toplist.
- Is Postgram listed on the Official MCP Registry?
- Yes — Postgram is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Postgram have?
- MCP Toplist tracks 1 version of Postgram, most recently published on Jul 12, 2026.
- Where can I find the source code for Postgram?
- The source code for Postgram is hosted at github.com/ivo-toby/postgram.