A local causality ledger: records decisions and the reasons, for an agent to recall.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
An MCP server that remembers why each decision was made β a local, searchable decision log.
A Model Context Protocol (MCP) server β one focused tool you plug into an MCP-compatible client (Claude Desktop, Claude Code, Cursor, and others).
A conversation's context window forgets. A few sessions later, the reasoning behind an architectural choice is gone, and you re-litigate decisions you already settled β or quietly reverse them without noticing.
Toki Toki no Mi is a causality ledger. It records each decision, the alternatives you rejected, and why you chose as you did, then lets your assistant retrieve that history later β and flag a new proposal that contradicts a past decision.
Two tools:
log_causality_point β record a decision, the rejected alternatives, and the justificationtime_leap_retrieval β recall past decisions (all of them, or filtered by keyword)Decisions are stored locally in SQLite under ~/.grandline/ and also mirrored to
a Markdown file, so any external search tool can be pointed at the folder to read
them.
Tool reference: log_causality_point(decision_made, alternatives_rejected, justification) Β· time_leap_retrieval(query: str = "")
Self-contained, no API key, fully local. The ledger is a single SQLite file on your machine with no external dependencies. Nothing is sent anywhere.
Requires Python 3.10 or newer.
This installs the toki-toki command.
Then register it with your MCP client β either run claude mcp add toki-toki -- toki-toki,
or add this to the client's config (e.g. claude_desktop_config.json):
Restart the client and the tool is available.
Toki Toki no Mi is part of a four-tool set. Each tool stands alone, but installing all of them unlocks a final surprise via Laugh Tale.
| Package | ||
|---|---|---|
| πΏ | road-poneglyph | Road Poneglyph |
| βοΈ | conquerors-haki | Conqueror's Haki |
| β³ | toki-toki | Toki Toki no Mi Β· β this repo |
| π΄ββ οΈ | laugh-tale | Laugh Tale |
Released under the Apache-2.0 license. The icon is original artwork
(see icon.svg), generated locally; the repository ships no third-party assets.
This is a fan-inspired project. It is not affiliated with, sponsored by, or endorsed by the creators or rights holders of One Piece (Eiichiro Oda / Shueisha / Toei Animation). "One Piece" and related names are used only as thematic flavour and remain the property of their respective owners.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/toki-toki)<a href="https://allmcps.com/mcp/toki-toki"><img src="https://allmcps.com/api/badge/toki-toki?style=directory" alt="Toki Toki on AllMCPs" /></a>