ai-memory-mcp

Alexdezton/ai-memory-mcp
★ 0 stars JavaScript Memory/Knowledge Updated today
AI Memory MCP Server A universal local Model Context Protocol (MCP) server designed to standardize the AI_Memory documentation structure, enforce strict development limits (line counts), manage nested task trees in Markdown, and automate LOADER/EOS session protocols.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Alexdezton/ai-memory-mcp"
      ]
    }
  }
}

README Excerpt

A universal local Model Context Protocol (MCP) server designed to standardize the `AI_Memory` documentation structure, enforce strict development limits (line counts), manage nested task trees in Markdown, and automate LOADER/EOS session protocols. This server acts as a strict guardrail for AI coding assistants, preventing chaotic file creation, keeping file sizes clean and modular, and enforcing planning discipline.

Tools (1)

command