Skip to content

Releases: MidOSresearch/midos

v1.0.0 — MidOS MCP Server

02 Mar 02:56

Choose a tag to compare

MidOS MCP Server v1.0.0

Curated Knowledge API for AI agents — semantic search over 46K+ chunks and 670K vectors.

Highlights

  • 68 MCP tools across knowledge search, research, vector indexing, quality scoring, and orchestration
  • 200+ skill packs covering 15+ technology stacks
  • 6-layer validation pipeline: staging → chunks → truth → EUREKA → SOTA → AOTC
  • Semantic search powered by Gemini embeddings (3072-d)
  • Dual transport: stdio (default) + Streamable HTTP (port 8419)
  • Protocol: MCP 2025-11-25

Quick Start

# stdio
python -m modules.mcp_server.midos_mcp

# HTTP
python -m modules.mcp_server.midos_mcp --http 8419

Claude Desktop Config

{
  "mcpServers": {
    "midos": {
      "command": "python",
      "args": ["-m", "modules.mcp_server.midos_mcp"]
    }
  }
}