← Back to Plugins
MCP Server MCP

io.github.pro-target/ai-r

github By github 👁 1 views ▲ 0 votes

Read local AI agent sessions (Claude Code, Codex, OpenCode, Antigravity, Pi): intents, plans, tools

Homepage Verified source GitHub

Install

uvx agent-session-reader

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "agent-session-reader",
      "version": "0.4.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "uvx flag: resolve the console script from the agent-session-reader package",
          "value": "--from",
          "type": "positional"
        },
        {
          "description": "PyPI package that ships the ai-r-mcp entry point",
          "value": "agent-session-reader",
          "type": "positional"
        },
        {
          "description": "MCP server console script (stdio transport by default)",
          "value": "ai-r-mcp",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...