Basic Memory
Rank #60io.github.basicmachines-co/basic-memory
Local-first knowledge management with bi-directional LLM sync via Markdown files.
Basic Memory is a Model Context Protocol (MCP) server published by basicmachines-co. It ranks #60 of 115,460 servers tracked on MCP Toplist, and its repository has 3,804 GitHub stars. Basic Memory is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 7 tracked versions. It was first listed on Mar 11, 2025 and most recently updated on Aug 25, 2026.
Ranks ahead of 115,400 of 115,460 servers on MCP Toplist.
Use Basic Memory
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add basic-memory -- uvx basic-memory mcp basic-memory[mcp_servers.basic-memory]
command = "uvx"
args = ["basic-memory", "mcp", "basic-memory"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"basic-memory": {
"command": "uvx",
"args": [
"basic-memory",
"mcp",
"basic-memory"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"basic-memory": {
"command": "uvx",
"args": [
"basic-memory",
"mcp",
"basic-memory"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"basic-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"basic-memory",
"mcp",
"basic-memory"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"basic-memory": {
"command": "uvx",
"args": [
"basic-memory",
"mcp",
"basic-memory"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"basic-memory": {
"command": "uvx",
"args": [
"basic-memory",
"mcp",
"basic-memory"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.basicmachines-co%2Fbasic-memory)<a href="https://mcptoplist.com/server/io.github.basicmachines-co%2Fbasic-memory"><img src="https://mcptoplist.com/badge/io.github.basicmachines-co%2Fbasic-memory.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
basicmachines-co
Other servers by basicmachines-co
View all basicmachines-co servers →Available versions (7)
| Version | Published |
|---|---|
| 0.23.1 | Aug 25, 2026 |
| 0.23.0 | Aug 24, 2026 |
| 0.20.2 | Mar 11, 2026 |
| 0.20.1 | Mar 11, 2026 |
| 0.20.0 | Mar 11, 2026 |
| 0.17.7 | Jan 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Basic Memory?
- Basic Memory is maintained by basicmachines-co, which publishes 3 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Basic Memory listed on the Official MCP Registry?
- Yes — Basic Memory is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Basic Memory have?
- MCP Toplist tracks 7 versions of Basic Memory, most recently published on Aug 25, 2026.
- Where can I find the source code for Basic Memory?
- The source code for Basic Memory is hosted at github.com/basicmachines-co/basic-memory.git.