Back to MCP directory
publicPublicdnsLocal runtime

nucleus-mcp

Nucleus是一个为AI智能体设计的本地优先、主权优先的操作系统,提供持久化记忆、治理框架、合规审计和决策追踪功能,特别适用于受监管行业。

article

README

🚀 🧠 你的核心控制平面

此文件夹包含你的AI助手的持久内存,由Nucleus v0.5.0生成。

🚀 快速开始

你可以使用以下快速命令与AI助手进行交互:

  • brain_session_start() — 启动会话
  • brain_save_session() — 保存当前上下文
  • brain_resume_session() — 恢复上一次会话
  • brain_list_tasks() — 查看待处理任务

✨ 主要特性

结构

| 文件夹 | 用途 | |--------|---------| | ledger/ | 事件日志、任务历史记录 | | sessions/ | 保存的会话状态 | | artifacts/ | 生成的文档 | | slots/ | 代理插槽注册表 | | memory/ | 记忆存储(记忆体) |

📚 详细文档

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client