ckg-nvidia-ai
Related Servers
Alternatives to ckg-nvidia-ai
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceProvides a traversable knowledge graph of the NVIDIA NemoClaw stack, enabling deterministic queries over its architecture, dependencies, and policies via MCP.2MIT
- AlicenseAqualityBmaintenanceProvides a compressed knowledge graph of the NVIDIA AI developer stack for deterministic traversal, enabling agents to answer questions about dependencies and prerequisites with minimal tokens.8MIT
- FlicenseNot gradedqualityCmaintenanceEnables building and querying knowledge graphs by ingesting documents into Neo4j using Gemini for entity extraction, and exposes MCP tools for graph health, document ingestion, and knowledge base querying.-
- AlicenseNot gradedqualityCmaintenanceEnables LLM agents to query a structured knowledge library for search, explanations, related concepts, learning paths, examples, and cross-domain references via MCP.Apache 2.0
- AlicenseNot gradedqualityAmaintenanceEnables querying a Neo4j knowledge graph built from Git repositories and relational database schemas via MCP, with tools for schema inspection, Cypher queries, and searching code and database entities.MIT
- AlicenseAqualityAmaintenanceA Compact Knowledge Graph MCP server providing pre-structured domain knowledge as a routing layer for agent stacks, enabling efficient structural queries (e.g., prerequisites, dependency chains) without hallucinations.44MIT
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.