MCP Catalogs
Home

ContextOS

by itallstartedwithaidea·22·Score 43

A unified MCP context intelligence platform that combines seven foundational repos into a single pip-installable CLI with advanced reasoning capabilities.

ai-llmdeveloper-toolsproductivity
3
Forks
42
Open issues
this month
Last commit
2d ago
Indexed

Overview

ContextOS is an MCP server that aims to be the operating system layer for AI context by absorbing, extending, and surpassing capabilities of seven leading open-source repositories. It provides a cognition layer with six cognitive primitives for reasoning between retrieval and generation, a retrieval router that handles data based on churn rate, and an index lifecycle manager for self-healing indexes. The platform includes orchestration features like semantic intent routing, request tracing, schema registry, and multi-workspace auth.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Advanced AI agents requiring contextual reasoning beyond simple retrieval
you:Advertising and marketing systems needing to analyze contradictory data signals
you:Complex document analysis with dynamic freshness requirements
you:How is ContextOS different from a wrapper of other MCP servers?
you:What are the six cognitive primitives?

When to choose this

Choose ContextOS when building complex AI agents requiring advanced reasoning capabilities beyond simple RAG patterns, especially when dealing with rapidly changing data across multiple sources with different refresh rates.

When NOT to choose this

Avoid if you need a lightweight solution for simple retrieval tasks without the overhead of the cognitive layer, or if your use case doesn't involve data with varying refresh rates that need sophisticated routing strategies.

Tools this server exposes

12 tools extracted from the README
  • register_source

    Register a data source with specific churn profile and indexing strategy

  • router

    Access the data source router for managing and retrieving information

  • semantic_intent_router

    Classify incoming requests and dispatch to correct processing layer

  • request_tracing

    Track lineage and observability data for tool calls

  • active_forgetting

    Filter out retrieved context that degrades output quality

  • reasoning_depth_calibration

    Determine appropriate depth of thinking for a given problem

  • synthesis_detection

    Identify whether the task requires retrieval or reasoning

  • unknown_unknown_sensing

    Detect when missing entire categories of information

  • productive_contradiction

    Handle conflicting data as useful signal rather than noise

  • context_dependent_gravity

    Re-weight memory importance based on current question

  • rebuild_index

    Trigger rebuild of data indexes manually or automatically

  • embedding_drift_detection

    Detect and handle embedding model version mismatches

Note: Tool names were inferred from feature descriptions and code examples in the README. While not explicitly listed as a tool section, the functionality descriptions and code examples clearly indicate these MCP tools.

Comparable tools

ragflowcomposiocontext-hub

Installation

pip install contextos

To use with Claude Desktop, add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "contextos": {
      "command": "python",
      "args": ["-m", "contextos"]
    }
  }
}

FAQ

How is ContextOS different from a wrapper of other MCP servers?
ContextOS is not a wrapper but a platform that transforms other tools into modules running on top of it, providing additional orchestration and cognitive capabilities.
What are the six cognitive primitives?
Active Forgetting, Reasoning Depth Calibration, Synthesis Detection, Unknown Unknown Sensing, Productive Contradiction, and Context-Dependent Gravity.

Compare ContextOS with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.