Files
ai-memory-network-mcp-server/.env.example
T
sages-ds b1e73cc2c0 Фаза 1: скелет MCP-сервера пам'яті
- TypeScript + @modelcontextprotocol/sdk, Streamable HTTP (stateless), API-ключ
- Схема БД: projects, memories (FTS + vector 1024), memory_links, sessions
- Інструменти: memory_* (save/query/get/update/delete/link/graph), project_* (list/create/get_state/save_state)
- EmbeddingProvider абстракція (Null у фазі 1, Ollama bge-m3 у фазі 2)
- Dockerfile + compose.yml (ai-memory-server + ai-memory-db pgvector/pgvector:pg18)
- Оновлено нотатки: PostgreSQL 18 як сервіс у stack'у проекту

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-14 15:16:20 +03:00

9 lines
399 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Пароль користувача ai_memory у PostgreSQL (контейнер ai-memory-db)
POSTGRES_PASSWORD=
# Кома-розділений список API-ключів для клієнтів MCP (порожньо = без автентифікації, лише dev)
API_KEYS=
# Фаза 2: адреса Ollama на окремому сервері
# OLLAMA_URL=http://<ollama-host>:11434