novyx-mcp
by novyxlabs·★ 30·综合分 46
为AI代理提供持久化内存和治理功能的综合MCP服务器,拥有120多个工具。
概述
Novyx-MCP是一个功能丰富的MCP服务器,为AI代理提供全面的内存管理功能。它既支持零配置的本地SQLite操作,也提供云服务以实现高级治理功能。服务器实现了草稿-审核-合并的工作流程,允许在将内存更改提交到永久存储前进行阶段性审查,有助于在多个AI代理间保持一致性。通过审计、回滚、威胁情报和代理编排等工具,它构成了一个完整的AI代理管理工作框架。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当你需要AI代理会话间的内存持久化功能以及治理特性和审计跟踪时,特别是当多个代理需要共享上下文时,选择Novyx-MCP。
什么时候不要选它
如果你需要无云依赖的开源解决方案,或者需要其分级定价未涵盖的功能(例如仅限企业的人工干预、专业级威胁情报),请避免使用。
此 server 暴露的工具
从 README 抽取出 12 个工具rememberStore a memory observation with tags, importance, context, and TTL
recallSemantic search using natural language to find relevant memories
draft_memoryCreate a reviewable draft before writing to canonical memory
merge_branchMerge every open draft in a branch into the canonical memory
create_policyCreate a custom YAML policy with regex rules and severities
action_submitSubmit an action for policy evaluation and approval
approve_actionApprove or deny a pending action that's awaiting human approval
create_agentCreate a new agent with specific capabilities and configuration
threat_recordLog a threat observation for threat intelligence analysis
defense_deployDeploy a new automated defense rule to protect against threats
eval_runRun a full memory health evaluation to identify issues
dashboardView aggregated stats including usage, pressure, and governance counts
可对比工具
安装
pip install novyx-mcpClaude 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 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。