CKG-MCP — Compressed Knowledge Graphs
Rank #5,274io.github.Yarmoluk/ckg-mcp
Compressed Knowledge Graphs over MCP — 97 domains, 4× F1 vs RAG at 11× fewer tokens.
CKG-MCP — Compressed Knowledge Graphs is a Model Context Protocol (MCP) server published by yarmoluk. It ranks #5,274 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. CKG-MCP — Compressed Knowledge Graphs is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 2 tracked versions. It was first listed on Apr 27, 2026 and most recently updated on Jul 7, 2026.
Ranks ahead of 110,186 of 115,460 servers on MCP Toplist.
Use CKG-MCP — Compressed Knowledge Graphs
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ckg-mcp -- uvx ckg-mcp[mcp_servers.ckg-mcp]
command = "uvx"
args = ["ckg-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ckg-mcp": {
"command": "uvx",
"args": [
"ckg-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ckg-mcp": {
"command": "uvx",
"args": [
"ckg-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ckg-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ckg-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ckg-mcp": {
"command": "uvx",
"args": [
"ckg-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ckg-mcp": {
"command": "uvx",
"args": [
"ckg-mcp"
]
}
}
}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-mcp)<a href="https://mcptoplist.com/server/io.github.Yarmoluk%2Fckg-mcp"><img src="https://mcptoplist.com/badge/io.github.Yarmoluk%2Fckg-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
yarmoluk
Other servers by yarmoluk
- NVIDIA AI CKG#2,943 · 2 vers
- NVIDIA NemoClaw CKG#4,956 · 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.7.7 | Jul 7, 2026 |
| 0.1.1 | Apr 27, 2026 |
Frequently asked questions
- Who maintains CKG-MCP — Compressed Knowledge Graphs?
- CKG-MCP — Compressed Knowledge Graphs is maintained by yarmoluk, which publishes 6 MCP servers (9 total versions) tracked on MCP Toplist.
- Is CKG-MCP — Compressed Knowledge Graphs listed on the Official MCP Registry?
- Yes — CKG-MCP — Compressed Knowledge Graphs is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does CKG-MCP — Compressed Knowledge Graphs have?
- MCP Toplist tracks 2 versions of CKG-MCP — Compressed Knowledge Graphs, most recently published on Jul 7, 2026.
- Where can I find the source code for CKG-MCP — Compressed Knowledge Graphs?
- The source code for CKG-MCP — Compressed Knowledge Graphs is hosted at github.com/yarmoluk/ckg-mcp.