Nex — Summary
Nex is a cloud-backed knowledge graph ("organizational memory") that turns AI agent conversations into a unified, searchable context store accessible from any AI platform. It ships a nex-cli binary (npm package @nex-ai/nex, v0.2.11), an MCP server (nex-mcp), a Claude Code plugin with 3 lifecycle hooks, 7 slash commands, and platform rules/plugins for 15+ editors (Cursor, Windsurf, Zed, GitHub Copilot, Aider, Continue, Cline, Codex, OpenCode, KiloCode, Windsurf Workflows). The Claude Code plugin auto-recalls relevant knowledge before each user prompt (UserPromptSubmit hook), auto-captures session facts after each response (Stop hook), and primes session state at start (SessionStart hook). Nex integrates with real-world data sources — Email, Meetings, Slack, HubSpot, Salesforce — via OAuth, building an entity-based knowledge graph that persists across tools and sessions.
Compared to seeds: closest to ccmemory (MCP-anchored, cloud-backed knowledge store) but dramatically broader — Nex spans 15+ AI platforms, integrates external SaaS data sources, and ships a dedicated CLI binary with nex setup auto-detection. Unlike ccmemory's local Neo4j graph, Nex's storage is cloud-hosted at app.nex.ai (requires account + API key), making it a commercial SaaS product rather than a self-hosted tool.