Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

NVIDIA NemoClaw CKG

io.github.yarmoluk/ckg-nvidia-nemoclaw

NVIDIA NemoClaw knowledge graph — 55 nodes, F1 0.576 (+269% vs RAG), 11x fewer tokens. MCP-native.

Uptime
100.0%
1 direct probes · 30d
Response
972ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

ask_nemoclaw

Answer a question about NVIDIA NemoClaw by traversing the knowledge graph. Covers: agent runtimes (OpenClaw/Hermes/Deep Agents), OpenShell platform, inference routing, network policy, security layers…

query_ckg

Return the typed subgraph around a NemoClaw concept. Args: concept: Exact or partial concept label (e.g. 'OpenClaw', 'NetworkPolicy', 'L7Proxy'). depth: Traversal hops (1–5, default 3).

get_prerequisites

Return the full upstream prerequisite chain for a NemoClaw concept. Useful for understanding what a concept depends on end-to-end. Args: concept: Exact or partial concept label.

search_concepts

Fuzzy search for NemoClaw concepts by name or keyword. Args: query: Partial name or keyword (e.g. 'policy', 'inference', 'agent').

list_domains

List available domains in this CKG server.

verify_source

Return the authoritative source URL and content hash for a NemoClaw concept node. Every node in the CKG was declared from a specific source document. This tool returns the source URL (where the node …

route_query

Route a NemoClaw question to the optimal model and reasoning approach via graph depth. The CKG graph IS the router. NemoClaw's dependency chains (e.g. OpenShell → L7Proxy → CorporateCA → mTLS) are de…

query_intersect

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 shape of …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "nvidia_nemoclaw_ckg": {
      "url": "https://ckg-nvidia-nemoclaw.onrender.com/mcp",
      "transport": "streamable-http"
    }
  }
}