Store coverage snapshots locally and let LLMs query coverage history efficiently.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "Coverage MCP" yet — see the docs or source repo.
Please query the most recent coverage snapshots, summarize the overall coverage trend, and flag any noticeable drop.
A summary of coverage trends based on historical snapshots, including any notable decreases.
Using the stored coverage history, tell me whether the project's current coverage is better than before and briefly explain why.
A conclusion comparing current and past coverage, with snapshot-level justification.
Do not read the full coverage report; query the coverage history service directly and summarize the available coverage data.
A concise summary based on service data, without processing large report files.
When working with an LLM, developers can have it query coverage history through MCP tools instead of reading large report files. This is better suited for quick Q&A and summaries.
Teams can keep coverage snapshots on a local server and store historical data in DuckDB, making it easier to compare coverage across points in time.
When a change may have affected test coverage, developers or DevOps engineers can query historical snapshots to see whether coverage has declined.
It is a local coverage history server that stores coverage snapshots and exposes MCP tools so LLMs can query coverage data. Its goal is to avoid reading large coverage reports directly.
The description says it stores coverage snapshots in DuckDB. For the exact schema or storage location, see the source repository.
It gives LLMs a queryable interface to coverage history, so they do not need to read large reports every time. This makes snapshot-based Q&A and comparison more practical.
Analyze Java branch coverage and pinpoint uncovered lines by test class.
Search code semantically and answer questions about a codebase.
Manage project architecture, modules, and data flows locally with full privacy.
Analyze codebases with semantic search, dependency insights, and natural language Q&A.
Delegate summarization, classification, extraction, and drafting tasks to a local LLM.
Analyze code structure and Git history while drastically reducing AI token usage.