
nexo
by wazionapps·★ 20·Score 43
NEXO Brain is a persistent memory system for AI agents that extends their capabilities with semantic RAG and 150+ MCP tools.
Overview
NEXO Brain transforms MCP-compatible AI agents from stateless assistants into cognitive partners with persistent memory. It provides semantic RAG capabilities, natural forgetting mechanisms, metacognitive guards, and trust scoring. The system works with Claude Code, Codex, Claude Desktop, and any MCP client, operating 100% locally. With over 150 MCP tools, it offers comprehensive functionality for extending AI agent capabilities while maintaining privacy through local operation.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose NEXO Brain when you need a persistent memory system for AI agents with local-only operation and comprehensive tool integration.
When NOT to choose this
Avoid NEXO Brain if you need cloud-based AI services, real-time collaboration features, or have strict storage limitations on your local device.
Comparable tools
Installation
Installation
NEXO Brain can be installed via npm:
npm install -g nexo-brainFor Claude Desktop integration, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"nexo": {
"command": "nexo",
"args": ["serve"]
}
}
}The system is also available as a Python package and can be used standalone.
FAQ
- What makes NEXO Brain different from other memory systems?
- NEXO Brain provides a shared memory across multiple AI agents, includes semantic RAG capabilities, natural forgetting mechanisms, and metacognitive guards with trust scoring. It's designed specifically for MCP-compatible agents and works completely locally.
- Which AI clients are supported?
- NEXO Brain works with Claude Code, Codex, Claude Desktop, and any MCP client. It's designed to be compatible with any system that supports the MCP protocol.
Compare nexo with
Last updated · Auto-generated from public README + GitHub signals.