Family Server
БесплатноНе проверенMCP server for TheDaninFamily database with tools to query family events and dates.
Описание
MCP server for TheDaninFamily database with tools to query family events and dates.
README
MCP server for TheDaninFamily database with tools to query family events and dates.
Setup
- Install dependencies:
npm install
- Update database password in
src/index.ts:
const pool = new Pool({
// ...
password: 'your_actual_password',
});
- Build the server:
npm run build
Tools
getDPOC
Returns the EPOCH timestamp of the oldest birthdate in the members table (DPOC - Database Point of Origin for Calendar).
Parameters: None
Returns:
{
"dpoc": 1234567890,
"description": "EPOCH timestamp of the oldest birthdate in the members table"
}
getEvents
Get events for a specific family member. If a reference date is provided, returns events from that date onwards. Otherwise, returns all events from DPOC.
Parameters:
name(required): The name of the family memberrefDate(optional): Reference date as EPOCH number
Returns:
{
"name": "Roy",
"refDate": 1234567890,
"events": [
{
"event_date": "2019-03-12",
"event_type": "University Graduation",
"name": "Roy",
"event_epoch": 1552348800
}
],
"count": 1
}
Usage
Add to your MCP settings configuration file (e.g., VS Code settings):
{
"mcpServers": {
"family-db": {
"command": "node",
"args": ["e:\\D F G\\_ProfessionalProgramming\\SideProjects\\MCP\\MCP1\\family-mcp-server\\dist\\index.js"]
}
}
}
Database Schema
This server expects a PostgreSQL database named thedaninfamily with the following tables:
members: Family members with id, name, birthdate, etc.events: Events linked to members with event_date and event_type
Установка Family Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/aldanin/family-mcp-serverFAQ
Family Server MCP бесплатный?
Да, Family Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Family Server?
Нет, Family Server работает без API-ключей и переменных окружения.
Family Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Family Server в Claude Desktop, Claude Code или Cursor?
Открой Family Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare Family Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
