ckg-nvidia-ai
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NVIDIA_CKG_MODEL | No | Ollama model used by ask_nvidia | qwen2.5:14b |
| NVIDIA_CKG_OLLAMA | No | Ollama host | http://localhost:11434 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_domainsB | List all 20 NVIDIA AI domains available in this knowledge graph. |
| search_conceptsA | Find concepts in a NVIDIA AI domain by keyword. |
| query_ckgA | Traverse the NVIDIA knowledge graph from a concept — prerequisites and dependents. |
| get_prerequisitesA | Return the full ordered prerequisite chain for a concept — everything to learn first. |
| ask_nvidiaB | Ask a natural-language question answered by Qwen grounded on the NVIDIA CKG. |
| list_ecosystemB | Discover other CKG packages for adjacent domains — finance, healthcare, legal, and more. |
| route_queryA | Route an NVIDIA AI question to the optimal model and reasoning approach via graph depth. |
| verify_sourceA | Return the source URL and SHA-256 content hash for any NVIDIA AI concept node. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| explore_nvidia_stack | Build an interactive graph of the NVIDIA AI inference and robotics stack |
| map_deployment_chain | Map the full dependency chain for a production NVIDIA AI deployment |
| find_what_i_need | Tell me what I need to get started with a specific NVIDIA technology |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| resource_domains | All 20 NVIDIA AI domains — browsable index |
TDQS
Scored across 8 tools
Tools are mostly distinct: list_domains vs list_ecosystem differ in scope, ask_nvidia vs route_query differ in output, and verify_source is unique. However, search_concepts, query_ckg, and get_prerequisites all involve graph exploration and could cause some initial ambiguity, though the descriptions clarify their specific roles.
Most tool names follow a verb_noun snake_case pattern (list_domains, search_concepts, get_prerequisites, route_query, verify_source). query_ckg and ask_nvidia deviate slightly with acronyms/proper nouns, but the overall verb-first style remains consistent and predictable.
The 8 tools form a focused set for exploring an NVIDIA AI knowledge graph: domain listing, concept search, traversal, prerequisite chains, natural language QA, routing, ecosystem discovery, and source verification. This is neither sparse nor bloated for the stated purpose.
The toolset covers the main read-only knowledge graph workflows: discovery, search, traversal, prerequisite chains, question answering, routing, and provenance verification. A minor gap is the absence of a direct 'get concept details' tool, but query_ckg and search_concepts can cover that need.