MCP Directory

novyxlabs/novyx-mcp

GitHub
Productivity

Persistent AI agent memory with rollback, audit trails, semantic search, and knowledge graph. Zero-config local SQLite mode or cloud API. 23 tools, 6 resources, 3 prompts.

Direct install

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

npx -y novyx-core

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from novyxlabs/novyx-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "novyx-core": {
      "command": "npx",
      "args": [
        "-y",
        "novyx-core"
      ]
    }
  }
}

Route novyxlabs/novyx-mcp 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 novyx-core

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

Direct Install

Use novyxlabs/novyx-mcp directly without routing

npx -y novyx-core

New to Agent-CoreX? View setup guide →

novyxlabs/novyx-mcp MCP Server — Agent-CoreX