A Model Context Protocol server that provides knowledge graph management capabilities.
A Model Context Protocol server that provides knowledge graph management capabilities. The memory (go) mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 5 defined tools rather than through you.
Options: -v v0.2.3 for a specific version, -d /usr/local/bin for a custom directory.
Everything the assistant can do here goes through one of these:
Query — The Query tool exposed by this serverCursor — The Cursor tool exposed by this serverMigration — The Migration tool exposed by this serverRequirements — The Requirements tool exposed by this serverVersioning — Version is managed via the VERSION file. Override with make build VERSION=1.2.3 or go build -ldflags "-X main.version=1.2.3"You will need 2 environment variables: MEMORY_FILE_PATH, OAUTH_STORE_PATH. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
This sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Memory (Go)'s toolset — Query, Cursor, Migration and 2 more — is a fair guide to whether it matches your workflow. It is maintained by okooo5km; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Query | The Query tool exposed by this server. |
| Cursor | The Cursor tool exposed by this server. |
| Migration | The Migration tool exposed by this server. |
| Requirements | The Requirements tool exposed by this server. |
| Versioning | Version is managed via the VERSION file. Override with make build VERSION=1.2.3 or go build -ldflags "-X main.version=1.2.3". |
"mcpServers": {
"memory": {
"command": "mms",
"env": {
"MEMORY_FILE_PATH": "/path/to/memory.json"
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| MEMORY_FILE_PATH | Filesystem location the server is allowed to use. | Optional |
| OAUTH_STORE_PATH | Filesystem location the server is allowed to use. | Optional |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.