ai r for Cursor
io.github.pro-target/ai-r
Read local AI agent sessions (Claude Code, Codex, OpenCode, Antigravity, Pi): intents, plans, tools
client:Cursor
transport:stdio
runtime:pypi
Install ai r in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ai-r": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-session-reader"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs