agent-ctx

tyom/agent-ctx
★ 0 stars Shell Code/Dev Tools Updated today
What a coding agent loads when it opens a repo, and where it comes from — memory files, skills, plugins, hooks and MCP servers, counted in tokens. Reads Claude Code and Codex.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-ctx": {
      "command": "npx",
      "args": [
        "-y",
        "tyom/agent-ctx"
      ]
    }
  }
}

README Excerpt

What a coding agent loads when it opens a repo, and where that comes from: what the repo itself adds, what it inherits from the agent's home and its plugins, and how much of that is resident before you type anything. Reads Claude Code and Codex. Nothing is started and nothing is written. ```sh brew install tyom/tap/agent-ctx

Topics

ai-agentsbashclaude-codeclicodexcontext-window