A knowledge graph of the NVIDIA AI stack, served as an MCP tool your agent calls directly. Instead of embedding text and searching vectors, your agent traverses declared edges between concepts. Faster, cheaper, same answer every time.
269 mean tokens vs 2,982 for RAG 4.7× better F1 20 domains · 998 nodesAdd to your MCP client (Claude Desktop, Cursor, or any MCP-compatible agent):
{
"mcpServers": {
"ckg-nvidia-ai": {
"url": "https://ckg-nvidia-ai.onrender.com/mcp"
}
}
}
Or run it locally:
pip install ckg-nvidia-ai ckg-nvidia-ai
Every node carries a SHA-256 hash of its source page. Recompute at any time:
curl -s https://docs.nvidia.com/nemo/... | sha256sum # compare to source_hash in the response
Mismatch = upstream page changed. The graph tells you which edges to re-extract.
50 calls/day. Upgrade for unlimited →