NVIDIA AI CKG
io.github.yarmoluk/ckg-nvidia-aiNVIDIA AI knowledge graphs — 20 domains. 4x F1, 11x fewer tokens, SHA-256 provenance. MCP-native.
Tools · 9
List all 20 NVIDIA AI domains available in this knowledge graph.
Find concepts in a NVIDIA AI domain by keyword. Args: query: Search term — e.g. 'inference', 'sandbox', 'quantization', 'guardrails'. domain: Domain name from list_domains() — e.…
Traverse the NVIDIA knowledge graph from a concept — prerequisites and dependents. Args: concept: Concept name (partial match supported) — e.g. 'TensorRT', 'NIM', 'Isaac Lab'. dom…
Return the full ordered prerequisite chain for a concept — everything to learn first. Args: concept: Target concept — e.g. 'Speculative Decoding', 'Isaac Lab', 'NeMo Guardrails'. …
Ask a natural-language question answered by Qwen grounded on the NVIDIA CKG. Requires Ollama running locally with a Qwen model pulled: ollama pull qwen2.5:14b Override model: NVIDIA…
Discover other CKG packages for adjacent domains — finance, healthcare, legal, and more.
Route an NVIDIA AI question to the optimal model and reasoning approach via graph depth. The CKG graph IS the router — hop depth is a deterministic complexity metric. Deeper NVIDIA prerequisi…
Return the source URL and SHA-256 content hash for any NVIDIA AI concept node. Audit chain: edge answer → graph commit → source_content_hash → source_url (fetch hint). Verification: curl -s <…
Answer a conjunctive query: concepts reachable from EVERY anchor at once (A AND B). query_ckg walks outward from one concept. This intersects the reachable sets of two or more, which is the s…
Resources · 1
All 20 NVIDIA AI domains — browsable index
ckg://domains
Prompts · 3
Build an interactive graph of the NVIDIA AI inference and robotics stack
Map the full dependency chain for a production NVIDIA AI deployment
Tell me what I need to get started with a specific NVIDIA technology
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"nvidia_ai_ckg": {
"url": "https://ckg-nvidia-ai.onrender.com/mcp",
"transport": "streamable-http"
}
}
}