The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Dayze — Life in Days + Notable People listing page.
Life Context for AI agents — reference Life Context Protocol (get_context_pack) plus public notable-people packs.
Listed on LightNow: https://lightnow.ai/servers/com.dayze/life-context
This repo is a Cursor Plugin (v1.33.0): .cursor-plugin/plugin.json, skills/dayze-life-context/, URL-only root mcp.json, plus Codex/ChatGPT metadata in .codex-plugin/ and .mcp.json.
Dayze Contacts is the private CRM. Advertised MCP names stay get_people, create_person, update_person, resolve_person (stable). Call aliases get_contacts / create_contact / update_contact / resolve_contact work on the hosted server. Public People stays notable_*.
Publish to Cursor Marketplace: submit https://github.com/gohluke/dayze-mcp at https://cursor.com/marketplace/publish (see PUBLISH.md). ChatGPT plugin is already live.
Until marketplace review lands, test locally:
Reload Cursor (Developer: Reload Window), open Customize, and click Connect. Sign in to Dayze in the browser. Do not paste an API key — Cursor discovers OAuth from RFC 9728. Same Connect flow for Cursor desktop, Cursor web, and Grok Bot.
Docs: https://dayze.com/docs/agents
Dayze is a pay-per-call people + life-in-days API for AI agents — notable packs with day-of-life numbers, similar people, and birthday peers. Public notable_* tools need no API key; USDC on Base via x402 after the free tier.
Timeline events include day_number (e.g. Einstein’s Nobel = Day 15,580).
notable_* tools: no login (x402 after free tier)Bearer dayze_k_… or OAuth dayze_at_…/api/mcp (initialize, tools/list, tools/call)/api/v1/mcp (GET capabilities, POST {tool, parameters})/api/mcp returns discovery JSON (200); SSE sessions are not available on Netlify serverlessmcp · x402 · ai-agents · notable-people · life-in-days · knowledge-api · base · usdc
Dayze MCP is hosted at https://dayze.com/api/mcp. This repo ships a local
stdio adapter (server.mjs) so Glama can build/scan without putting a URL in CMD
(Glama rejects remote endpoints in CMD arguments).
["npm install"]["node", "./server.mjs"]1.6.2)If Glama keeps checking out an old commit, use build steps:
["git fetch origin && git checkout origin/main", "npm install"]
Prefer connecting clients directly to https://dayze.com/api/mcp (Streamable HTTP + OAuth).
Documentation and listing metadata in this repo: MIT. The Dayze product and API remain proprietary; this repo exists so directories can index a public GitHub URL.