MCP Directory
Back

MemPalace-Go

by argylelabcoat · Go · ★ 2

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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "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 →

Related developer tools servers