A Model Context Protocol server that provides knowledge graph management capabilities.
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"
]
}
}
}
Run in terminal:
claude mcp add memory-mcp-server-go go run github.com/okooo5km/memory-mcp-server-go@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"memory-mcp-server-go": {
"command": "go",
"args": [
"run",
"github.com/okooo5km/memory-mcp-server-go@latest"
]
}
}
}