danyarm commited on
Commit
1011ff6
·
verified ·
1 Parent(s): 56f4604

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -6
README.md CHANGED
@@ -1,10 +1,39 @@
1
  ---
2
- title: Ckg Mcp
3
- emoji: 🔥
4
- colorFrom: red
5
- colorTo: red
6
  sdk: static
7
- pinned: false
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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)