MCP Directory
Back

MemPalace-Go

by argylelabcoat · Go · ★ 0

A Go implementation of [MemPalace](https://github.com/milla-jovovich/mempalace) — a memory system for AI assistants that implements the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) over stdio.

Install

go install github.com/argylelabcoat/MemPalace-Go@latest

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mempalace-go": {
      "command": "npx",
      "args": [
        "-y",
        "github:argylelabcoat/MemPalace-Go"
      ]
    }
  }
}

From the README

**Give your AI a memory. No API key required.** A Go implementation of [MemPalace](https://github.com/milla-jovovich/mempalace) — a memory system for AI assistants that implements the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) over stdio. mempalace-go provides a single, portable binary with no Python dependencies or persistent daemon processes. It exposes memory operations as MCP tools that AI clients (like Claude Desktop, Cursor, or other MCP-compatible editors) can invoke to store, search, and recall contextual information. - **Portable Binary**: Single executable, n…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers