memgate

Denizayhan04/memgate
★ 0 stars Go AI/LLM Updated today
Access control, conflict resolution, and audit for shared agent memory. An MCP server.
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": {
    "memgate": {
      "command": "go",
      "args": [
        "run",
        "github.com/Denizayhan04/memgate@latest"
      ]
    }
  }
}

README Excerpt

**Access control, conflict resolution, and audit for shared agent memory.** Memgate sits in front of the memory your AI agents share. It decides who can read and write what, resolves conflicting writes, and records every operation — so a multi-agent system's memory stays trustworthy as it grows. It speaks [MCP](https://modelcontextprotocol.io), so agents connect with one config entry and no code changes.

Tools (6)

MEMGATE_DATABASE_URLMEMGATE_LISTEN_ADDRMEMGATE_MIGRATIONS_DIRMEMGATE_OPENAI_API_KEYMEMGATE_PID_FILEMEMGATE_POLICY_FILE

Topics

access-controlai-agentsgolangmcpmemory