Skip to content

Commit 59d5d53

Browse files
committed
update: glama.json — real numbers, correct MCP URL, fix repo link
1 parent 777593f commit 59d5d53

1 file changed

Lines changed: 61 additions & 24 deletions

File tree

glama.json

Lines changed: 61 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
{
22
"name": "midos-mcp",
33
"display_name": "MidOS — Curated Knowledge Library",
4-
"description": "Production-tested developer knowledge base with 1284 chunks, 104 skills across 15+ stacks, and 48 MCP tools. EUREKA-validated patterns, semantic search with Gemini embeddings (3072-d). Not raw docs — battle-tested patterns from real projects.",
5-
"version": "0.3.0",
4+
"description": "Production-tested developer knowledge base with 46,000+ chunks, 200+ skills across 20+ stacks, and 68 MCP tools. EUREKA-validated patterns, semantic search with Gemini embeddings (670K vectors, 3072-d). Not raw docs — battle-tested patterns from real projects.",
5+
"version": "2.14.5",
66
"license": "MIT",
77
"author": "MidOS Research",
88
"repository": {
9-
"url": "https://github.com/MidOSresearch/midos-mcp",
9+
"url": "https://github.com/MidOSresearch/midos",
1010
"source": "github"
1111
},
12-
"homepage": "https://github.com/MidOSresearch/midos-mcp",
13-
"categories": ["knowledge-base", "developer-tools", "ai-development"],
12+
"homepage": "https://midos.dev",
13+
"categories": [
14+
"knowledge-base",
15+
"developer-tools",
16+
"ai-development"
17+
],
1418
"tags": [
1519
"knowledge-base",
1620
"developer-tools",
@@ -31,32 +35,65 @@
3135
"transport": {
3236
"stdio": {
3337
"command": "python",
34-
"args": ["-m", "modules.mcp_server.midos_mcp"]
38+
"args": [
39+
"-m",
40+
"modules.mcp_server.midos_mcp"
41+
]
3542
},
3643
"streamable-http": {
37-
"url": "https://lsk8k0so448c8ss40gk8c04o.5.161.96.136.sslip.io/mcp-protocol/mcp"
44+
"url": "https://mcp.midos.dev/mcp"
3845
}
3946
},
4047
"tools": [
41-
{"name": "smart_search", "description": "Unified search across 1284 knowledge chunks — auto-detects keyword, semantic, or hybrid mode"},
42-
{"name": "ask_knowledge", "description": "Ask questions and get AI-synthesized answers from the knowledge base"},
43-
{"name": "get_skills", "description": "Browse 104 production-tested skill templates across React, Next.js, Python, Go, Rust, and more"},
44-
{"name": "get_eureka", "description": "Access 104 EUREKA-validated improvements with measured ROI"},
45-
{"name": "get_truth", "description": "Truth patch documents — verified fixes and corrections"},
46-
{"name": "get_sota", "description": "State-of-the-art patterns promoted from EUREKA"},
47-
{"name": "submit_feedback", "description": "Submit feedback, ratings, and suggestions"},
48-
{"name": "agent_handshake", "description": "Personalized agent onboarding with tier-aware context"},
49-
{"name": "hive_status", "description": "System status, knowledge counts, and health info"},
50-
{"name": "context_health", "description": "Check context window utilization and get optimization tips"}
48+
{
49+
"name": "smart_search",
50+
"description": "Unified search across 46,000+ knowledge chunks — auto-detects keyword, semantic, or hybrid mode"
51+
},
52+
{
53+
"name": "search_knowledge",
54+
"description": "Keyword search across all stacks"
55+
},
56+
{
57+
"name": "hybrid_search",
58+
"description": "Combined keyword + semantic search with reranking"
59+
},
60+
{
61+
"name": "list_skills",
62+
"description": "Browse 200+ production-tested skill packs across 20+ stacks"
63+
},
64+
{
65+
"name": "get_skill",
66+
"description": "Get a complete skill pack by name or stack"
67+
},
68+
{
69+
"name": "get_eureka",
70+
"description": "Access 383 EUREKA-validated discoveries with measured ROI"
71+
},
72+
{
73+
"name": "get_truth",
74+
"description": "50 truth patch documents — verified fixes and corrections"
75+
},
76+
{
77+
"name": "semantic_search",
78+
"description": "Vector search via LanceDB + Gemini embeddings (670K vectors, 3072-d)"
79+
},
80+
{
81+
"name": "agent_handshake",
82+
"description": "Personalized agent onboarding per model + stack"
83+
},
84+
{
85+
"name": "hive_status",
86+
"description": "System health dashboard and live statistics"
87+
}
5188
],
5289
"stats": {
53-
"knowledge_chunks": 1284,
54-
"skills": 104,
55-
"eureka_improvements": 104,
56-
"truth_patches": 17,
57-
"sota_patterns": 11,
58-
"total_tools": 48,
59-
"vector_embeddings": 24644,
90+
"knowledge_chunks": 46027,
91+
"skills": 203,
92+
"eureka_improvements": 383,
93+
"truth_patches": 50,
94+
"sota_patterns": 140,
95+
"total_tools": 68,
96+
"vector_embeddings": 670000,
6097
"embedding_model": "gemini-embedding-001 (3072-d)"
6198
}
6299
}

0 commit comments

Comments
 (0)