Skip to main content
ClaudeWave

Road Poneglyph — an MCP server that finds a plan's blind spots. Part of the Grand Line stack.

MCP ServersOfficial Registry0 stars0 forksPythonApache-2.0Updated today
Install in Claude Code / Claude Desktop
Method: pip / Python · road-poneglyph-mcp
Claude Code CLI
claude mcp add road-poneglyph -- python -m road-poneglyph-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "road-poneglyph": {
      "command": "python",
      "args": ["-m", "venv"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install first: pip install road-poneglyph-mcp
Use cases

MCP Servers overview

<!-- mcp-name: io.github.xfloukiex-lab/road-poneglyph -->
# 🗿 Road Poneglyph

<img src="icon.png" width="120" align="right" alt="Road Poneglyph icon">

An MCP server that reviews a plan for what's **missing** — the assumptions, risks, and gaps you never wrote down.

A [Model Context Protocol](https://modelcontextprotocol.io) (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.

```bash
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`):

```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`](https://github.com/xfloukiex-lab/road-poneglyph) | Road Poneglyph  ·  **← this repo** |
| ⚔️ | [`conquerors-haki`](https://github.com/xfloukiex-lab/conquerors-haki) | Conqueror's Haki |
| ⏳ | [`toki-toki`](https://github.com/xfloukiex-lab/toki-toki) | Toki Toki no Mi |
| 🏴‍☠️ | [`laugh-tale`](https://github.com/xfloukiex-lab/laugh-tale) | Laugh Tale |

## Develop

```bash
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.*
aiai-agentsclaudeclaude-codecursordeveloper-toolsllmlocal-firstmcpmcp-servermodel-context-protocolplanningpremortempythonrisk-analysis

What people ask about road-poneglyph

What is xfloukiex-lab/road-poneglyph?

+

xfloukiex-lab/road-poneglyph is mcp servers for the Claude AI ecosystem. Road Poneglyph — an MCP server that finds a plan's blind spots. Part of the Grand Line stack. It has 0 GitHub stars and was last updated today.

How do I install road-poneglyph?

+

You can install road-poneglyph by cloning the repository (https://github.com/xfloukiex-lab/road-poneglyph) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is xfloukiex-lab/road-poneglyph safe to use?

+

xfloukiex-lab/road-poneglyph has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains xfloukiex-lab/road-poneglyph?

+

xfloukiex-lab/road-poneglyph is maintained by xfloukiex-lab. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to road-poneglyph?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy road-poneglyph to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: xfloukiex-lab/road-poneglyph
[![Featured on ClaudeWave](https://claudewave.com/api/badge/xfloukiex-lab-road-poneglyph)](https://claudewave.com/repo/xfloukiex-lab-road-poneglyph)
<a href="https://claudewave.com/repo/xfloukiex-lab-road-poneglyph"><img src="https://claudewave.com/api/badge/xfloukiex-lab-road-poneglyph" alt="Featured on ClaudeWave: xfloukiex-lab/road-poneglyph" width="320" height="64" /></a>

More MCP Servers

road-poneglyph alternatives