Road Poneglyph — a Grand Line MCP server.
Project description
🗿 Road Poneglyph
An MCP server that reviews a plan for what's missing — the assumptions, risks, and gaps you never wrote down.
A Model Context Protocol (MCP) server — one focused tool you plug into an MCP-compatible client (Claude Desktop, Claude Code, Cursor, and others).
What it does
Language models are good at responding to what's in front of them and poor at noticing what isn't there. Ask one to critique a plan and it tends to react to the words on the page rather than the unstated assumptions behind them.
Road Poneglyph runs a structured pre-mortem over a plan and reports only the negative space — what was assumed without proof, what was technically glossed over, and what was skipped on the way to shipping.
Usage
Point your assistant at a plan and ask it to read the poneglyph. The tool returns a focused analysis in three sections:
- The Void Century — unstated assumptions the plan depends on
- Hidden Reef — omitted technical and architectural risks
- The Treacherous Seas — operational and execution blind spots
Tool reference: read_poneglyph(current_plan: str, project_type: str = "Software")
How it works
No API key, no cost, nothing leaves your machine. The server doesn't call a language model itself — it returns a carefully engineered analysis prompt that the model you're already talking to executes. Zero credentials, zero network calls.
Install
Requires Python 3.10 or newer.
pip install road-poneglyph-mcp
This installs the road-poneglyph command.
Then register it with your MCP client — either run claude mcp add road-poneglyph -- road-poneglyph,
or add this to the client's config (e.g. claude_desktop_config.json):
{
"mcpServers": {
"road-poneglyph": { "command": "road-poneglyph" }
}
}
Restart the client and the tool is available.
The Grand Line stack
Road Poneglyph 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 · ← this repo |
| ⚔️ | conquerors-haki |
Conqueror's Haki |
| ⏳ | toki-toki |
Toki Toki no Mi |
| 🏴☠️ | laugh-tale |
Laugh Tale |
Develop
git clone https://github.com/xfloukiex-lab/road-poneglyph
cd road-poneglyph
python -m venv .venv && . .venv/Scripts/activate # macOS/Linux: source .venv/bin/activate
pip install -e ".[dev]"
python tests/test_road_poneglyph.py
Attribution & license
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file road_poneglyph_mcp-0.1.0.tar.gz.
File metadata
- Download URL: road_poneglyph_mcp-0.1.0.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8288efa2556dbdc325c3882e2b1caf9798f73d7e4d34e89ea26b50b24b2674f
|
|
| MD5 |
35a4f4960af762b5ee6423132fac73e5
|
|
| BLAKE2b-256 |
a7bd5e54514d6825f0f64d07eaf098f6bc6c4ec1a7f27a83f75a203e2b35d803
|
File details
Details for the file road_poneglyph_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: road_poneglyph_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f88592ca8e2779268c9e6dbef206363b24860777d19087954e5682cd334352b
|
|
| MD5 |
7d8a57aadb06823ab98b7ed2fe36bfb7
|
|
| BLAKE2b-256 |
5b177c02a77b658688a5875e4beb7ac8f60d51a81866cb9324b01142e0c899f2
|