Personal Brain MCP
Personal Brain MCP v0.2
PostgreSQL-backed long-term personal-memory MCP сервер. Поддерживает локальный Docker PostgreSQL и удаленный Neon PostgreSQL, а также предоставляет Streamable HTTP MCP эндпоинт для размещения на Render.
Инструменты MCP
get_personal_contextн*save_memoryн*query_personal_database— только SQL только для чтения, сгенерированный модельюupdate_context_manifestн
Related MCP server: brain-mcp
Удаленные конечные точки
MCP:
POST /mcp(Streamable HTTP)Проверка работоспособности:
GET /healthн
Локальная разработка с Docker PostgreSQL
cp .env.example .env
# Remove/comment DATABASE_URL in .env to use the local Docker settings.
docker compose up -d
npm install
npm run check
npm run devПо умолчанию сервер прослушивает http://localhost:10000.
Neon / Render
Установите эти переменные окружения в Render:
DATABASE_URL=<Neon connection string>
MCP_API_KEY=<long random secret, recommended>
USER_ID=main
USER_NAME=<your display name>
USER_LANGUAGE=ko
USER_TIMEZONE=Asia/SeoulRender автоматически предоставляет PORT. Приложение привязывается к 0.0.0.0:$PORT.
Команда сборки:
npm install && npm run buildКоманда запуска:
npm startПут проверки работоспособности:
/healthПосле развертывания конечная точка MCP:
https://<your-render-service>.onrender.com/mcpЕсли устновлен MCP_API_KEY, клиенты должны отправлять:
Authorization: Bearer <MCP_API_KEY>Инициализация базы данных
При запуске приложение безопано создает необходимые таблицы и индексы, если они еще не существуют. pgvector является опциональным в v0.2;ошибка его включения не препятствует запуску.
Безопасность
.envигнорируется Git.Никогда не фиксируйте строки подключения Neon, пароли, API-ключи или токены.
query_personal_databaseпринимает только один запросSELECT/WITH, выполняет его в транзакции только для чтения и ограничивает вывод 100 строками.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA Model Context Protocol server that provides AI assistants with persistent semantic memory and knowledge graph capabilities using PostgreSQL and vector embeddings. It enables cross-session storage, hybrid search, and complex relationship tracking for enhanced contextual awareness.161MIT
- Alicense-qualityDmaintenanceAn MCP server that provides persistent semantic memory backed by PostgreSQL and pgvector for storing and searching thoughts via vector embeddings. It enables dimensional organization, conflict detection, and historical tracking of facts, decisions, and observations.17AGPL 3.0
- AlicenseAqualityBmaintenanceA personal memory MCP server that ingests AI agent conversation logs from multiple platforms into a searchable PostgreSQL+pgvector database, enabling cross-session recall of past reasoning and decisions.6MIT
- Flicense-qualityCmaintenanceA personal memory MCP server that stores and retrieves conversation memories, enabling AI agents to recall past discussions, promises, and preferences using natural language.
Related MCP Connectors
Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.
Analytical memory for AI agents: a real Postgres queried in plain English over MCP. One command.
Cloud-hosted MCP server for durable AI memory
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ksh00500/personal-brain-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server