road poneglyph for Cursor
io.github.xfloukiex-lab/road-poneglyph
Finds a plan's blind spots: unstated assumptions, omitted risks, and missing pieces.
client:Cursor
transport:stdio
runtime:pypi
Install road poneglyph in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"road-poneglyph": {
"type": "stdio",
"command": "uvx",
"args": [
"road-poneglyph-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs