Timeline Pulse MCP server
Source-aware archive for timeline-shift folklore, Mandela Effect reports, and collider myths.
0 stars
Reviews
Write oneNobody has reviewed Timeline Pulse yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Timeline Pulse tools (10)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
timeline_agent_manifestThe rules of the corpus: what it is, safe language, citation policy, recommended first calls, install snippet, and raw data endpoints. Call this first.
timeline_compare_sourcesCompare belief-framed, neutral-archive, and skeptical framings for one topic, with the shared facts (officially sourced) and disputed points separated out.
timeline_deepen_storyGenerate research directions for a report, motif, or thread: source-search queries, related motifs, comparison questions, story-expansion prompts, and a verification checklist. Never invents sources.
timeline_eventsTimeline events on one axis, three labeled layers: official-science (always cited), community-wave (interpretation), symbolic-anchor (reading). Layers never blend.
timeline_get_reportReturn one full report: long summary, labeled claims, source metadata, anchors, motifs, related reports, safety flags, and recommended phrasing for agents.
timeline_mandela_catalogBrowse Mandela Effect catalog items: remembered vs on-record variants, why communities link them to timeline lore, and the mainstream memory-science explanation for each.
timeline_motif_mapThe motif constellation: recurring symbols with definitions, families, frequencies, and weighted co-occurrence edges — ready for graph rendering or motif-based filtering.
timeline_search_reportsSearch the report archive by free text, motifs, phenomenon type, source type, stance, evidence grade, or date range. Returns brief records with grades and safety flags; use timeline_get_report for the full record.
timeline_statsCorpus statistics: totals by phenomenon, motif, source type, evidence grade, stance, year, and language, plus catalog/thread/event counts and flagged items.
timeline_story_threadsCurated narrative arcs, each written three ways (belief / neutral / skeptical) with motif chips, timeline anchors, member reports, and research prompts.
Public scan report
scanner v0.1.9 · 2026-09-26 · same rubric, same numbers if you re-run it
- Code scan8 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 28 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
What the publisher says
From the Timeline Pulse repository's README, as published. We do not edit it. Read it on GitHub
Timeline Pulse ◉
The machine went quiet. The stories didn't.
Timeline Pulse is an open-source MCP server and interactive atlas of timeline-shift folklore, Mandela Effect reports, collider-era myths, and symbolic reality stories — every claim labeled, every source graded.
On 2026-06-29 the LHC was switched off for Long Shutdown 3, and won't collide again until ~2030 (CERN). Communities tell stories around machines like this. This project files those stories properly: official facts on one shelf (always cited), beliefs and symbols on another (always labeled), and tools so humans and AI agents can explore both without confusing them.
Timeline Pulse treats its material as cultural, symbolic, experiential, and
speculative storytelling. It does not claim that CERN, the LHC, particle
physics, timelines, or Mandela Effects prove supernatural or physical
timeline manipulation.
designed, documented, and implemented this repo), reviewed by a human
- Site: https://timeline-pulse.vercel.app
- Package: timeline-pulse on npm — no keys, no backend, read-only
- Built end-to-end with Claude (Claude Code + Claude in the browser
Use it as an MCP server
{
"mcpServers": {
"timeline-pulse": {
"command": "npx",
"args": ["-y", "timeline-pulse"]
}
}
}The seed corpus ships inside the package: 20 reports, 17 motifs (24 co-occurrence edges), 6 Mandela catalog items, 8 story threads, 9 timeline events with 5 officially-sourced CERN anchors.
HTTP (v2 stateless)
Default is stdio. Optional Streamable HTTP — no session id, JSON responses, loopback only:
npx -y timeline-pulse --http
# GET http://127.0.0.1:3000/health
# POST http://127.0.0.1:3000/mcp (sessionless)Env: TIMELINEPULSEHOST, TIMELINEPULSEPORT, TIMELINEPULSETRANSPORT=http.
MCP tools
Every tool is read-only (readOnlyHint: true), local-first, and returns structured JSON with uncertainty made visible.
The site
https://timeline-pulse.vercel.app is the same corpus as a public instrument:
- Archive — searchable reports with evidence-grade filters and a full-record drawer.
- Timeline — official CERN anchors above the line, community waves and symbolic anchors below. One axis, never one claim.
- Motifs — an interactive constellation of 17 recurring symbols (machine silence, rainbow bridge, serpent time, heart collider…).
- Mandela Catalog — classic memory variants with the mainstream explanation always attached.
- Story Threads — eight arcs, each readable through a belief / neutral / skeptic lens switch.
- For agents — MCP install, raw JSON endpoints, llms.txt, and the language rules.
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y timeline-pulse on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add timeline-pulse -- npx -y timeline-pulse
Timeline Pulse: common questions
- Is Timeline Pulse MCP server safe?
- Yes, by our scan: it is graded A (92/100). Read the Timeline Pulse safety report
- How do I install Timeline Pulse?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Timeline Pulse need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Timeline Pulse maintained?
- The last commit was 28 days ago (2026-08-29). The latest release is v0.1.1.