misMEM
Rank #20,325io.github.lucasmella-stack/mismem
Cooperative persistent memory for LLMs: episodes, memories and traits over SQLite (FTS5, Hebbian)
misMEM is a Model Context Protocol (MCP) server published by lucasmella-stack. It ranks #20,325 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. misMEM is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jul 24, 2026 and most recently updated on Jul 24, 2026.
Ranks ahead of 111,721 of 132,046 servers on MCP Toplist.
Use misMEM
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mismem -e "MISMEM_DB=<your MISMEM_DB>" -- npx -y @lucasmella/mismemReplace each placeholder with your own value before saving.
[mcp_servers.mismem]
command = "npx"
args = ["-y", "@lucasmella/mismem"]
[mcp_servers.mismem.env]
MISMEM_DB = "<your MISMEM_DB>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mismem": {
"command": "npx",
"args": [
"-y",
"@lucasmella/mismem"
],
"env": {
"MISMEM_DB": "<your MISMEM_DB>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mismem": {
"command": "npx",
"args": [
"-y",
"@lucasmella/mismem"
],
"env": {
"MISMEM_DB": "<your MISMEM_DB>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mismem": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lucasmella/mismem"
],
"env": {
"MISMEM_DB": "<your MISMEM_DB>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mismem": {
"command": "npx",
"args": [
"-y",
"@lucasmella/mismem"
],
"env": {
"MISMEM_DB": "<your MISMEM_DB>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mismem": {
"command": "npx",
"args": [
"-y",
"@lucasmella/mismem"
],
"env": {
"MISMEM_DB": "<your MISMEM_DB>"
}
}
}
}Replace each placeholder with your own value before saving.
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.lucasmella-stack%2Fmismem)<a href="https://mcptoplist.com/server/io.github.lucasmella-stack%2Fmismem"><img src="https://mcptoplist.com/badge/io.github.lucasmella-stack%2Fmismem.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
lucasmella-stack
Available versions (2)
| Version | Published |
|---|---|
| 0.2.0 | Jul 24, 2026 |
| 0.1.0 | Jul 24, 2026 |
Frequently asked questions
- Who maintains misMEM?
- misMEM is maintained by lucasmella-stack, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is misMEM listed on the Official MCP Registry?
- Yes — misMEM is listed on the Official MCP Registry, alongside Glama.
- How many versions does misMEM have?
- MCP Toplist tracks 2 versions of misMEM, most recently published on Jul 24, 2026.
- Where can I find the source code for misMEM?
- The source code for misMEM is hosted at github.com/lucasmella-stack/misMEM.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.