NVIDIA AI CKG
Rank #2,943io.github.Yarmoluk/ckg-nvidia-ai
NVIDIA AI knowledge graphs — 20 domains. 4x F1, 11x fewer tokens, SHA-256 provenance. MCP-native.
NVIDIA AI CKG is a Model Context Protocol (MCP) server published by yarmoluk. It ranks #2,943 of 115,460 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. NVIDIA AI CKG is listed across 3 registries — Official MCP, PulseMCP and mcp.so, with 2 tracked versions. It was first listed on Jul 7, 2026 and most recently updated on Jul 29, 2026.
Ranks ahead of 112,517 of 115,460 servers on MCP Toplist.
Use NVIDIA AI CKG
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http ckg-nvidia-ai https://ckg-nvidia-ai.onrender.com/mcpclaude mcp add ckg-nvidia-ai -- uvx ckg-nvidia-ai[mcp_servers.ckg-nvidia-ai]
url = "https://ckg-nvidia-ai.onrender.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.ckg-nvidia-ai]
command = "uvx"
args = ["ckg-nvidia-ai"]Add to ~/.codex/config.toml.
https://ckg-nvidia-ai.onrender.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"ckg-nvidia-ai": {
"command": "uvx",
"args": [
"ckg-nvidia-ai"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ckg-nvidia-ai": {
"url": "https://ckg-nvidia-ai.onrender.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"ckg-nvidia-ai": {
"command": "uvx",
"args": [
"ckg-nvidia-ai"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ckg-nvidia-ai": {
"type": "http",
"url": "https://ckg-nvidia-ai.onrender.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"ckg-nvidia-ai": {
"type": "stdio",
"command": "uvx",
"args": [
"ckg-nvidia-ai"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ckg-nvidia-ai": {
"serverUrl": "https://ckg-nvidia-ai.onrender.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ckg-nvidia-ai": {
"command": "uvx",
"args": [
"ckg-nvidia-ai"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ckg-nvidia-ai": {
"url": "https://ckg-nvidia-ai.onrender.com/mcp"
}
}
}{
"mcpServers": {
"ckg-nvidia-ai": {
"command": "uvx",
"args": [
"ckg-nvidia-ai"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Yarmoluk%2Fckg-nvidia-ai)<a href="https://mcptoplist.com/server/io.github.Yarmoluk%2Fckg-nvidia-ai"><img src="https://mcptoplist.com/badge/io.github.Yarmoluk%2Fckg-nvidia-ai.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
yarmoluk
Other servers by yarmoluk
- NVIDIA NemoClaw CKG#4,956 · 2 vers
- CKG-MCP — Compressed Knowledge Graphs#5,274 · 2 vers
- Salesforce AgentForce CKG#7,508 · 2 vers
- ckg-nemotron-perplexity#17,616 · 1 ver
- agent-memory-mcp#106,696
Available versions (2)
| Version | Published |
|---|---|
| 0.16.4 | Jul 29, 2026 |
| 0.3.2 | Jul 7, 2026 |
Frequently asked questions
- Who maintains NVIDIA AI CKG?
- NVIDIA AI CKG is maintained by yarmoluk, which publishes 6 MCP servers (9 total versions) tracked on MCP Toplist.
- Is NVIDIA AI CKG listed on the Official MCP Registry?
- Yes — NVIDIA AI CKG is listed on the Official MCP Registry, alongside PulseMCP and mcp.so.
- How many versions does NVIDIA AI CKG have?
- MCP Toplist tracks 2 versions of NVIDIA AI CKG, most recently published on Jul 29, 2026.
- Where can I find the source code for NVIDIA AI CKG?
- The source code for NVIDIA AI CKG is hosted at github.com/yarmoluk/ckg-nvidia-ai.