MCP Catalogs
首页

ContextOS

by itallstartedwithaidea·22·综合分 43

统一的 MCP 情报平台,整合七个基础仓库,提供 pip 可安装的 CLI 与高级推理能力。

ai-llmdeveloper-toolsproductivity
3
Forks
42
活跃 Issue
本月
最近提交
2 天前
收录于

概述

ContextOS 是一个 MCP 服务器,旨在成为 AI 上下文的操作系统层,通过整合、扩展和超越七个领先开源仓库的能力而构建。它提供包含六个认知原语的推理层,根据数据变化率处理检索的路由器,以及自愈索引的生命周期管理器。平台包含语义意图路由、请求追踪、模式注册表和多工作区认证等编排功能。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:需要超越简单检索的上下文推理的高级 AI 代理
:需要分析矛盾数据信号的广告和营销系统
:具有动态新鲜度需求的复杂文档分析
:ContextOS 与其他 MCP 服务器的包装器有何不同?
:六个认知原语是什么?

什么时候选它

当需要构建超越简单 RAG 模式的复杂推理能力 AI 智能体,特别是处理具有不同刷新速率的多个快速变化数据源时,选择 ContextOS。

什么时候不要选它

如果你的用例不需要处理具有不同刷新速率的数据和复杂的路由策略,或者只需要简单的检索功能而不需要认知层的开销,则应避免使用。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • 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

说明: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.

可对比工具

ragflowcomposiocontext-hub

安装

pip install contextos

与 Claude Desktop 配使用,将以下内容添加到 claude_desktop_config.json

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

FAQ

ContextOS 与其他 MCP 服务器的包装器有何不同?
ContextOS 不是包装器,而是一个平台,将其他工具转换为在其上运行的模块,提供额外的编排和认知能力。
六个认知原语是什么?
主动遗忘、推理深度校准、综合检测、未知未知感知、有效矛盾和上下文依赖的权重调整。

ContextOS 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。