跳至主要内容
小龙虾小龙虾AI
🤖

MidOS MCP — Knowledge OS for AI Agents

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

下载56
星标0
版本1.0.0
AI 智能体
安全通过
💬Prompt

技能说明


name: midos-mcp version: 1.0.0 description: MidOS — The MCP Knowledge OS. 134 tools for knowledge management, multi-agent orchestration, search, planning, and memory. 670K+ vectors, 46K+ chunks, EUREKA synthesis. homepage: https://midos.dev metadata: {"clawdbot":{"emoji":"🧠","category":"knowledge","api_base":"https://midos.dev/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

如何使用「MidOS MCP — Knowledge OS for AI Agents」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「MidOS MCP — Knowledge OS for AI Agents」技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能