Context7 indexes library documentation and serves it to AI coding agents through an MCP server. Instead of relying on training data that may be outdated, your agent pulls live Coval docs on demand.Documentation Index
Fetch the complete documentation index at: https://docs.coval.ai/llms.txt
Use this file to discover all available pages before exploring further.
Why Use Context7
AI coding agents often hallucinate API details or reference outdated patterns. Context7 solves this by fetching current documentation at query time:- Always current — pulls from the latest published docs, not stale training data
- Code-first — returns relevant code snippets and examples, not walls of text
- Zero config — works out of the box with any MCP-compatible agent
Coval on Context7
Coval’s full documentation is indexed and available:Coval on Context7
Browse the Coval library on Context7 — includes CLI commands, API examples, metric configuration, and more.
Install the Context7 MCP Server
Add Context7 to your agent’s MCP configuration:- Claude Code
- Cursor
- Windsurf
Usage
Once installed, your agent has two tools available:1. Resolve Library ID
Find Coval’s library ID by searching for it:2. Query Documentation
Ask questions and get back relevant code snippets and docs:“Use Context7 to look up how Coval metrics work”
Example Workflow
Here’s what happens when your agent uses Context7 with Coval:Agent resolves the library
The agent calls
resolve-library-id("Coval") and gets /llmstxt/coval_dev_llms_txt.Agent queries the docs
It calls
query-docs with your question and gets back current CLI examples and flags.Context7 vs Other Approaches
| Approach | Freshness | Setup | Best For |
|---|---|---|---|
| Context7 MCP | Live (latest docs) | One command | Quick lookups, any MCP agent |
| Agent Skills | Updated on install | npx skills add | Deep evaluation workflows |
| Coval MCP Server | Live (API calls) | npx coval-mcp | Executing operations directly |
| llms.txt | Live (latest docs) | Point agent at URL | Manual context loading |

