MCP Directory

pomazanbohdan/memory-mcp-1file

GitHub
Productivity

A self-contained Memory server with single-binary architecture (embedded DB & models, no dependencies). Provides persistent semantic and graph-based memory for AI agents.

Direct install

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

npx -y memory-mcp-1file

Use with Agent-CoreX

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

agent-corex.json

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

Route pomazanbohdan/memory-mcp-1file 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-mcp-1file

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

Direct Install

Use pomazanbohdan/memory-mcp-1file directly without routing

npx -y memory-mcp-1file

New to Agent-CoreX? View setup guide →

pomazanbohdan/memory-mcp-1file MCP Server — Agent-CoreX