uisight
v0.15.0
io.github.yusufcemres/uisight
Your AI sees the screen but can't measure it — measured web UI findings, shared live sessions
io.github.ivo-toby/postgram · v0.1.3
Self-hosted memory for AI agents with hybrid search, knowledge graphs, tasks, and document sync.
Postgram 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"postgram": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ivo-toby/postgram@sha256:29b61fb302bd52862b8eba43305ee2aa4fc072d5f9188652f1fe6324f49d5391"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>",
"ADMIN_MFA_SECRET_KEY": "<ADMIN_MFA_SECRET_KEY>",
"ADMIN_SETTINGS_ENCRYPTION_KEY": "<ADMIN_SETTINGS_ENCRYPTION_KEY>"
}
}
}
}DATABASE_URL必填secretPostgreSQL connection URL for a database with the pgvector extension enabled.
OPENAI_API_KEY可选secretRequired only when OpenAI is selected for embeddings or extraction.
EMBEDDING_PROVIDER可选Embedding provider: openai or ollama.
EMBEDDING_BASE_URL可选Ollama embedding endpoint when EMBEDDING_PROVIDER is ollama.
ADMIN_MFA_SECRET_KEY必填secretStable random value of at least 32 characters used to protect admin MFA seeds.
ADMIN_SETTINGS_ENCRYPTION_KEY必填secretStable 32-byte base64url key used to encrypt provider secrets saved in the admin UI.
v0.15.0
io.github.yusufcemres/uisight
Your AI sees the screen but can't measure it — measured web UI findings, shared live sessions
v0.4.0
tech.finology/student-loan
Free, keyless federal student-loan math: RAP, IBR, ICR, PSLF. Logged+cited tier: verified-engine
v3.0.71
io.github.hashgraph-online/hol-guard
Local-first AI agent security evidence and approval workflows through HOL Guard's stdio MCP server.
v2.6.14
io.github.DamianTodorovic/kepta
Local memory for AI agents. One SQLite file on your machine — no cloud, no account.
v0.9.4
io.github.prismnetwork-tech/mcp
Rent real NVIDIA GPUs from your agent. Browse with no wallet; pay per second onchain.
v0.4.0
io.github.LBarimi/failtrace
Reproduce, compare, isolate, and minimize software failures with saved evidence.
{
"id": "io.github.ivo-toby/postgram",
"type": "mcp-server",
"version": "0.1.3",
"displayName": "Postgram",
"description": "Self-hosted memory for AI agents with hybrid search, knowledge graphs, tasks, and document sync.",
"repository": {
"url": "https://github.com/ivo-toby/postgram",
"source": "github"
},
"homepage": "https://postgram.dev",
"distribution": {
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/ivo-toby/postgram@sha256:29b61fb302bd52862b8eba43305ee2aa4fc072d5f9188652f1fe6324f49d5391",
"runtimeHint": "docker",
"transport": "streamable-http",
"environmentVariables": [
{
"name": "DATABASE_URL",
"description": "PostgreSQL connection URL for a database with the pgvector extension enabled.",
"isRequired": true,
"isSecret": true
},
{
"name": "OPENAI_API_KEY",
"description": "Required only when OpenAI is selected for embeddings or extraction.",
"isSecret": true
},
{
"name": "EMBEDDING_PROVIDER",
"description": "Embedding provider: openai or ollama."
},
{
"name": "EMBEDDING_BASE_URL",
"description": "Ollama embedding endpoint when EMBEDDING_PROVIDER is ollama."
},
{
"name": "ADMIN_MFA_SECRET_KEY",
"description": "Stable random value of at least 32 characters used to protect admin MFA seeds.",
"isRequired": true,
"isSecret": true
},
{
"name": "ADMIN_SETTINGS_ENCRYPTION_KEY",
"description": "Stable 32-byte base64url key used to encrypt provider secrets saved in the admin UI.",
"isRequired": true,
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.ivo-toby/postgram",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.ivo-toby%2Fpostgram/versions/latest",
"isOfficial": true,
"status": "active"
}
}