-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathglama.json
More file actions
62 lines (62 loc) · 2.45 KB
/
glama.json
File metadata and controls
62 lines (62 loc) · 2.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "midos-mcp",
"display_name": "MidOS — Curated Knowledge Library",
"description": "Production-tested developer knowledge base with 46000+ chunks, 125 skills across 15+ stacks, and 85 MCP tools. EUREKA-validated patterns, semantic search with Gemini embeddings (3072-d). Not raw docs — battle-tested patterns from real projects.",
"version": "0.3.0",
"license": "MIT",
"author": "MidOS Research",
"repository": {
"url": "https://github.com/MidOSresearch/midos-mcp",
"source": "github"
},
"homepage": "https://github.com/MidOSresearch/midos-mcp",
"categories": ["knowledge-base", "developer-tools", "ai-development"],
"tags": [
"knowledge-base",
"developer-tools",
"skills",
"semantic-search",
"ai-development",
"code-patterns",
"react",
"nextjs",
"typescript",
"python",
"go",
"rust",
"mcp",
"eureka",
"best-practices"
],
"transport": {
"stdio": {
"command": "python",
"args": ["-m", "modules.mcp_server.midos_mcp"]
},
"streamable-http": {
"url": "https://midos.dev/mcp"
}
},
"tools": [
{"name": "smart_search", "description": "Unified search across 46,000+ knowledge chunks — auto-detects keyword, semantic, or hybrid mode"},
{"name": "ask_knowledge", "description": "Ask questions and get AI-synthesized answers from the knowledge base"},
{"name": "get_skills", "description": "Browse 125 production-tested skill templates across React, Next.js, Python, Go, Rust, and more"},
{"name": "get_eureka", "description": "Access 436 EUREKA-validated improvements with measured ROI"},
{"name": "get_truth", "description": "Truth patch documents — verified fixes and corrections"},
{"name": "get_sota", "description": "State-of-the-art patterns promoted from EUREKA"},
{"name": "submit_feedback", "description": "Submit feedback, ratings, and suggestions"},
{"name": "agent_handshake", "description": "Personalized agent onboarding with tier-aware context"},
{"name": "hive_status", "description": "System status, knowledge counts, and health info"},
{"name": "context_health", "description": "Check context window utilization and get optimization tips"}
],
"stats": {
"knowledge_chunks": 46117,
"skills": 125,
"eureka_improvements": 436,
"truth_patches": 52,
"sota_patterns": 138,
"total_tools": 85,
"vector_embeddings": 672629,
"embedding_model": "gemini-embedding-001 (3072-d)"
}
}