Back to Apps

Agpod
by towry
Rust-based autonomy helper for LLM context optimization, structured case tracking, and VCS path metadata.
0 stars
Works in:claude
Exposes:Tools
What it does
Agpod is a specialized toolset designed to enhance the autonomy of AI agents. It focuses on reducing noise in git diffs for better LLM context windows, tracking complex exploration work as structured cases, and providing rich VCS metadata for repository paths.
Tools
- diff: Minimizes oversized git diffs to fit LLM context windows.
- case open/record: Tracks exploration goals, findings, and decisions as structured cases.
- vcs-path-info: Appends branch and bookmark metadata to repository paths.
Installation
Install from source:
git clone https://github.com/towry/agpod.git
cd agpod
cargo build --release
Add target/release/agpod-mcp to your Claude Desktop config:
{
"mcpServers": {
"agpod": {
"command": "/path/to/agpod-mcp"
}
}
}
Supported hosts
- Claude Desktop
Quick install
cargo build --releaseInformation
- Pricing
- free
- Published
- 6/21/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add the compiled agpod-mcp binary path to your claude_desktop_config.json





