MCP Catalogs
首页

novyx-mcp

by novyxlabs·30·综合分 46

为AI代理提供持久化内存和治理功能的综合MCP服务器,拥有120多个工具。

ai-llmknowledge-graphdeveloper-tools
8
Forks
1
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Novyx-MCP是一个功能丰富的MCP服务器,为AI代理提供全面的内存管理功能。它既支持零配置的本地SQLite操作,也提供云服务以实现高级治理功能。服务器实现了草稿-审核-合并的工作流程,允许在将内存更改提交到永久存储前进行阶段性审查,有助于在多个AI代理间保持一致性。通过审计、回滚、威胁情报和代理编排等工具,它构成了一个完整的AI代理管理工作框架。

试试问 AI

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

:具有共享内存空间和细粒度权限的多代理协作
:用于监管AI应用的审计跟踪和回滚功能
:具有审批工作流的策略即代码实现,用于管控AI操作
:这个工具是否可以在没有API密钥的情况下使用?
:什么是草稿-审核-合并工作流?

什么时候选它

当你需要AI代理会话间的内存持久化功能以及治理特性和审计跟踪时,特别是当多个代理需要共享上下文时,选择Novyx-MCP。

什么时候不要选它

如果你需要无云依赖的开源解决方案,或者需要其分级定价未涵盖的功能(例如仅限企业的人工干预、专业级威胁情报),请避免使用。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • remember

    Store a memory observation with tags, importance, context, and TTL

  • recall

    Semantic search using natural language to find relevant memories

  • draft_memory

    Create a reviewable draft before writing to canonical memory

  • merge_branch

    Merge every open draft in a branch into the canonical memory

  • create_policy

    Create a custom YAML policy with regex rules and severities

  • action_submit

    Submit an action for policy evaluation and approval

  • approve_action

    Approve or deny a pending action that's awaiting human approval

  • create_agent

    Create a new agent with specific capabilities and configuration

  • threat_record

    Log a threat observation for threat intelligence analysis

  • defense_deploy

    Deploy a new automated defense rule to protect against threats

  • eval_run

    Run a full memory health evaluation to identify issues

  • dashboard

    View aggregated stats including usage, pressure, and governance counts

可对比工具

semantic-memory-mcpmem0-mcpweaviate-mcpvectordb-mcpmemory-server

安装

pip install novyx-mcp

Claude Desktop

添加到你的 claude_desktop_config.json 文件:

{
  "mcpServers": {
    "novyx-memory": {
      "command": "python",
      "args": ["-m", "novyx_mcp"],
      "env": {
        "NOVYX_API_KEY": "nram_your_key_here"
      }
    }
  }
}

FAQ

这个工具是否可以在没有API密钥的情况下使用?
是的,核心内存工具可以在本地使用零配置SQLite运行。只有在需要云治理和运行时功能时才需要API密钥。
什么是草稿-审核-合并工作流?
这是一个流程,代理首先创建草稿内存,然后使用'memory_branch'和'draft_diff'等工具进行审核,最后将它们合并到永久存储中。这可以防止未经审核的直接内存写入。

novyx-mcp 对比

GitHub →

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