by okooo5km · MCP Server · ★ 92
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
Memory MCP Server (Go) A Model Context Protocol server that provides knowledge graph management capabilities. This server enables LLMs to create, read, update, and delete entities and relations in a persistent knowledge graph, helping AI assistants maintain memory across conversations. This is a Go implementation of the official TypeScript Memory MCP Server. Features High-Performance Storage: SQLite backend with WAL mode, read/write connection separation for concurrent access Knowledge Graph Management: Persistent graph of entities, relationships, and observations Advanced Search: FTS5 full-text search with BM25 ranking, synonym expansion, and time-decay scoring Graph Traversal: Search results include 1-hop related entities for richer context Entity Management: Merge duplicate entities, update types, modify observations, detect conflicts Observation Metadata: Track source, confidence, and tags for each observation MCP Resources & Prompts: AI clients can passively load graph summaries and use guided memory workflows Flexible Transport: Supports stdio, SSE, and Streamable HTTP with optional Bearer or OAuth 2.1 authentication Seamless Migration: Automatic upgrade from JSONL to SQLite...
| Stars | 92 |
| Forks | 9 |
| Language | Go |
| Category | MCP Server |
| Quality Score | 63.25/100 |
| Last Updated | 2026-05-28 |
| Created | 2025-04-15 |
| Platforms | go, mcp |
| Est. Tokens | ~17k |
Explore other popular mcp server tools:
memory-mcp-server-go is A Model Context Protocol server that provides knowledge graph management capabilities.. It is categorized as a MCP Server with 92 GitHub stars.
memory-mcp-server-go is primarily written in Go.
You can find installation instructions and usage details in the memory-mcp-server-go GitHub repository at github.com/okooo5km/memory-mcp-server-go. The project has 92 stars and 9 forks, indicating an active community.