MCP Directory

AgenticRevolution/memory-nexus-cloud

GitHub
Productivity

Cloud-hosted persistent semantic memory for AI agents. Semantic search, knowledge graphs, specialist expertise hats, and multi-tenant isolation. Free 7-day trial.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y memory-nexus-cloud

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from AgenticRevolution/memory-nexus-cloud your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "memory-nexus-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "memory-nexus-cloud"
      ]
    }
  }
}

Route AgenticRevolution/memory-nexus-cloud intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add memory-nexus-cloud

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use AgenticRevolution/memory-nexus-cloud directly without routing

npx -y memory-nexus-cloud

New to Agent-CoreX? View setup guide →

AgenticRevolution/memory-nexus-cloud MCP Server