mempliance-mcp

mempliance/mempliance-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
Mempliance MCP server — AI agent memory via Model Context Protocol
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mempliance-mcp": {
      "command": "uvx",
      "args": [
        "mempliance-mcp"
      ]
    }
  }
}

Or install with pip: pip install mempliance-mcp

README Excerpt

MCP server for [Mempliance](https://mempliance.ai) — adds persistent, GDPR-compliant user memory to any MCP-compatible AI agent. ```bash pip install mempliance-mcp uvx mempliance-mcp ``` Exposes five MCP tools that wrap the Mempliance HTTP API: | Tool | Description | |---|---| | `mempliance_store` | Store a fact about an end user after a meaningful exchange |

Tools (8)

MEMPLIANCE_API_KEYMEMPLIANCE_BASE_URLMEMPLIANCE_TIMEOUTmempliance_estimatemempliance_forgetmempliance_get_tracemempliance_recallmempliance_store