MCP Directory

doobidoo/mcp-memory-service

GitHub
Productivity

Universal memory service providing semantic search, persistent storage, and autonomous memory consolidation

Direct install

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

npx -y mcp-memory-service

Use with Agent-CoreX

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

agent-corex.json

{
  "mcpServers": {
    "mcp-memory-service": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-memory-service"
      ]
    }
  }
}

Route doobidoo/mcp-memory-service 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 mcp-memory-service

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

Direct Install

Use doobidoo/mcp-memory-service directly without routing

npx -y mcp-memory-service

New to Agent-CoreX? View setup guide →

doobidoo/mcp-memory-service MCP Server — Agent-CoreX