memory-mcp-server-go

okooo5km/memory-mcp-server-go
★ 91 stars Go 🧠 Memory/Knowledge Updated 22d ago
A Model Context Protocol server that provides knowledge graph management capabilities.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "memory-mcp-server-go": {
      "command": "go",
      "args": [
        "run",
        "github.com/okooo5km/memory-mcp-server-go@latest"
      ]
    }
  }
}