{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_qtd3u337pscu","handle":"iflow-mcp-peteretelej-diffchunk","url":"https://wellknown.network/agents/iflow-mcp-peteretelej-diffchunk","links":{"self":"https://wellknown.network/agents/iflow-mcp-peteretelej-diffchunk/record.json","html":"https://wellknown.network/agents/iflow-mcp-peteretelej-diffchunk","markdown":"https://wellknown.network/agents/iflow-mcp-peteretelej-diffchunk/record.md","api":"https://wellknown.network/api/v1/agents/iflow-mcp-peteretelej-diffchunk","status":"https://wellknown.network/api/v1/agents/iflow-mcp-peteretelej-diffchunk/status","claim":"https://wellknown.network/agents/iflow-mcp-peteretelej-diffchunk/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/iflow-mcp-peteretelej-diffchunk/claim.json","badge":"https://wellknown.network/agents/iflow-mcp-peteretelej-diffchunk/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/iflow-mcp-peteretelej-diffchunk/history","tools":"https://wellknown.network/api/v1/agents/iflow-mcp-peteretelej-diffchunk/tools"},"ard":{"identifier":"urn:air::server:iflow-mcp-peteretelej-diffchunk","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"iflow-mcp_peteretelej-diffchunk","summary":"MCP server for navigating large diff files with intelligent chunking","description":"# diffchunk\n\n[![CI](https://github.com/peteretelej/diffchunk/actions/workflows/ci.yml/badge.svg)](https://github.com/peteretelej/diffchunk/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/peteretelej/diffchunk/branch/main/graph/badge.svg)](https://codecov.io/gh/peteretelej/diffchunk)\n[![PyPI version](https://img.shields.io/pypi/v/diffchunk.svg)](https://pypi.org/project/diffchunk/)\n[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)\n\nMCP server that enables LLMs to navigate large diff files efficiently. Instead of reading entire diffs sequentially, LLMs can jump directly to relevant changes using pattern-based navigation.\n\n## Problem\n\nLarge diffs exceed LLM context limits and waste tokens on irrelevant changes. A 50k+ line diff can't be processed directly and manual splitting loses file relationships.\n\n## Solution\n\nMCP server with 4 navigation tools:\n\n- `load_diff` - Parse diff file with custom settings (optional)\n- `list_chunks` - Show chunk overview with file mappings (auto-loads)\n- `get_chunk` - Retrieve specific chunk content (auto-loads)\n- `find_chunks_for_files` - Locate chunks by file patterns (auto-loads)\n\n## Setup\n\n**Prerequisite:** Install [uv](https://docs.astral.sh/uv/getting-started/installation/) (an extremely fast Python package manager) which provides the `uvx` command.\n\nAdd to your MCP client configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"diffchunk\": {\n      \"command\": \"uvx\",\n      \"args\": [\"--from\", \"diffchunk\", \"diffchunk-mcp\"]\n    }\n  }\n}\n```\n\n## Usage\n\nYour AI assistant c…","publisher":null,"homepage":"https://github.com/peteretelej/diffchunk#readme","repository":"https://github.com/peteretelej/diffchunk#readme","version":"0.1.7","license":"MIT","protocols":["mcp"],"tags":["ai-tools","diff","llm","mcp","parsing"],"pricing":null,"endpoints":[{"url":"pypi:iflow-mcp_peteretelej-diffchunk","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"iflow-mcp_peteretelej-diffchunk","registry":"pypi","observedAt":"2026-09-15T19:23:30.325Z","publishedAt":"2026-02-14T02:03:51.920772Z","latestVersion":"0.1.7"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"iflow-mcp_peteretelej-diffchunk","url":"https://pypi.org/project/iflow-mcp_peteretelej-diffchunk/","firstSeenAt":"2026-09-09T20:25:00.456Z","fetchedAt":"2026-09-15T19:22:35.963Z","normalizedAt":"2026-09-15T19:22:35.963Z"}]},"firstSeenAt":"2026-09-09T20:25:00.456Z","updatedAt":"2026-09-15T19:23:30.325Z"}