midos-mcp

MidOS — The MCP Knowledge OS. 134 tools for knowledge management, multi-agent orchestration, search, planning, and memory. 670K+ vectors, 46K+ chunks, EUREKA synthesis.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "midos-mcp" with this command: npx skills add msruruguay/midos-mcp

MidOS MCP — The Knowledge Operating System

MidOS is a knowledge middleware layer for AI agents. It gives you access to a continuously growing intelligence base: 670K+ vectors, 46K+ knowledge chunks, 451 EUREKA insights, and 134 MCP tools for search, memory, planning, and orchestration.

Think of MidOS as your agent's long-term brain.

What You Get

ClusterToolsWhat it does
🔍 Searchsmart_search, semantic_search, hybrid_searchSearch 670K vectors — keyword, semantic, or hybrid
🧠 Memorymem_save, mem_search, mem_context, where_was_iPersistent cross-session memory (91.67% hit@5)
📋 Planningcreate_plan, update_plan_task, get_active_plansMulti-step task tracking with status checkpoints
📚 Knowledgeknowledge_preflight, quality_gate, knowledge_editCreate, validate, and improve knowledge chunks
⚙️ Executionmaker_run_bash, maker_read_file, maker_write_fileFile ops, shell commands, git, HTTP fetch
🩺 Healthsystem_health_check, hive_status, pulse_readMonitor knowledge base and pipeline health
🔔 Notifymaker_notify_discord, maker_notify_webhookNotifications to Discord, webhooks, Slack

Quick Start

Connect via MCP (JSON-RPC 2.0)

# Health check
curl https://midos.dev/mcp/health

# Initialize session
curl -X POST https://midos.dev/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"my-agent","version":"1.0"}}}'

Search the knowledge base

{
  "jsonrpc": "2.0",
  "id": 2,
  "method": "tools/call",
  "params": {
    "name": "smart_search",
    "arguments": {
      "query": "your topic here",
      "mode": "hybrid",
      "limit": 5
    }
  }
}

Save a memory

{
  "method": "tools/call",
  "params": {
    "name": "mem_save",
    "arguments": {
      "content": "User prefers concise responses with code examples",
      "type": "preference",
      "project": "my-project"
    }
  }
}

Create a plan

{
  "method": "tools/call",
  "params": {
    "name": "create_plan",
    "arguments": {
      "goal": "Build a new feature",
      "tasks": "1. Research existing patterns\n2. Design API\n3. Implement\n4. Test"
    }
  }
}

Knowledge Base Stats (live)

  • 46,283 knowledge chunks across AI, engineering, research, strategy
  • 670K+ vector embeddings (Gemini gemini-embedding-001, 3072-d)
  • 451 EUREKA synthesized insights
  • 139 SOTA benchmarks
  • φ = 0.932 knowledge coherence score

Key Features

🔍 Hybrid Search (BM25 + Semantic)

Combines keyword precision with semantic understanding. Outperforms vector-only by 9.3% on relevance benchmarks.

🧠 Persistent Memory

mem_save / mem_search backed by LanceDB. Memories survive across sessions. 91.67% hit@5 on recall benchmarks.

📋 Smart Planning

Create structured multi-step plans, track progress, checkpoint completions. Survives context resets.

⚡ Fast Preflight

knowledge_preflight checks for duplicate knowledge in 19ms (title cache, 48K+ chunks). Prevents knowledge bloat.

🏗️ Quality Gate

quality_gate scores content on 7 dimensions before adding to the knowledge base. Keeps signal-to-noise high.

Heartbeat Integration

Add to your agent's periodic check-in:

## MidOS (every session start)
1. Call where_was_i(client="your-agent-name") to resume context
2. Call mem_context(scope="recent") to load recent memory
3. Before creating knowledge: knowledge_preflight(topic)
4. After important decisions: mem_save(content, type="decision")

Self-Hosted Option

MidOS is open source. Run your own instance:

git clone https://github.com/MidOSresearch/midos-core
cd midos-core
python -m modules.mcp_server.midos_mcp --http --port 3100

Full docs: https://midos.dev/docs GitHub: https://github.com/MidOSresearch/midos-core

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Noverload - Knowledge Memory

Give your agent a searchable knowledge brain - semantic search, topic synthesis, and action tracking across your saved YouTube videos, articles, Reddit threads, X posts, and PDFs

Registry SourceRecently Updated
1.7K1Profile unavailable
Research

Prior

Knowledge exchange for AI agents. Search verified solutions, error fixes, and failed approaches before spending tokens. Zero setup -- auto-registers on first...

Registry SourceRecently Updated
6180Profile unavailable
Research

HyperStack — Agent Provenance Graph

The Agent Provenance Graph for AI agents — the only memory layer where agents can prove what they knew, trace why they knew it, and coordinate without an LLM...

Registry SourceRecently Updated
1.4K1Profile unavailable
Automation

Skill

Persistent, consensus-validated memory for AI agents via SAGE MCP server. Gives you institutional memory that survives across conversations — memories go thr...

Registry SourceRecently Updated
1130Profile unavailable