Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,10 +1,39 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
-
pinned:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: ckg-mcp — CKG Explorer
|
| 3 |
+
emoji: 🧠
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: blue
|
| 6 |
sdk: static
|
| 7 |
+
pinned: true
|
| 8 |
+
license: mit
|
| 9 |
+
short_description: 4x F1 of RAG · 11x fewer tokens · any LLM
|
| 10 |
+
tags:
|
| 11 |
+
- knowledge-graph
|
| 12 |
+
- mcp
|
| 13 |
+
- rag-alternative
|
| 14 |
+
- llm-tools
|
| 15 |
+
- agent
|
| 16 |
+
- education
|
| 17 |
+
- structured-retrieval
|
| 18 |
---
|
| 19 |
|
| 20 |
+
# ckg-mcp — Live CKG Explorer
|
| 21 |
+
|
| 22 |
+
**Give your agent the structure, not the search.**
|
| 23 |
+
|
| 24 |
+
This Space lets you explore [ckg-mcp](https://github.com/Yarmoluk/ckg-mcp) — a Model Context Protocol server that serves pre-structured, typed dependency graphs your agent *traverses* instead of text chunks it *guesses from*.
|
| 25 |
+
|
| 26 |
+
**4× the F1 of RAG · 11× fewer tokens · works with Claude, GPT-4o, Gemini, Llama, Mistral**
|
| 27 |
+
|
| 28 |
+
## Install
|
| 29 |
+
|
| 30 |
+
```bash
|
| 31 |
+
pip install ckg-mcp
|
| 32 |
+
```
|
| 33 |
+
|
| 34 |
+
Add to your MCP client config:
|
| 35 |
+
```json
|
| 36 |
+
{ "mcpServers": { "ckg": { "command": "ckg-mcp" } } }
|
| 37 |
+
```
|
| 38 |
+
|
| 39 |
+
→ [Full docs & Pro tier](https://graphifymd.com/pro)
|