Skip to content

lapino-web/ai-memory-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

AI Memory MCP Server

Model Context Protocol server that allows Claude Desktop to read from AI Memory System.

Installation

  1. Configure Claude Desktop (~/.config/Claude/claude_desktop_config.json):
{
  "mcpServers": {
    "ai-memory": {
      "command": "ssh",
      "args": [
        "root@YOUR_SERVER_IP",
        "python3",
        "/tmp/ai-memory-mcp/ai_memory_mcp_server.py"
      ]
    }
  }
}
  1. Restart Claude Desktop

  2. Use the tool: "Read my Council memory"

Features

  • Read Council member memories
  • Access project context
  • View session transcripts
  • Universal AI memory access

© 2025 Blue Moon Ecosystem

About

MCP Server for AI Memory System - Universal Memory Access

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages