@memharness/mcp
Rank #15,856io.github.las7/memharness
Bi-temporal, provenance-carrying long-term memory for AI agents, in one SQLite file.
@memharness/mcp is a Model Context Protocol (MCP) server published by las7. It ranks #15,856 of 115,460 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. @memharness/mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jun 18, 2026 and most recently updated on Jun 20, 2026.
Ranks ahead of 99,604 of 115,460 servers on MCP Toplist.
Use @memharness/mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add memharness -e "MEMHARNESS_DB=<your MEMHARNESS_DB>" -- npx -y @memharness/mcpReplace each placeholder with your own value before saving.
[mcp_servers.memharness]
command = "npx"
args = ["-y", "@memharness/mcp"]
[mcp_servers.memharness.env]
MEMHARNESS_DB = "<your MEMHARNESS_DB>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memharness": {
"command": "npx",
"args": [
"-y",
"@memharness/mcp"
],
"env": {
"MEMHARNESS_DB": "<your MEMHARNESS_DB>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memharness": {
"command": "npx",
"args": [
"-y",
"@memharness/mcp"
],
"env": {
"MEMHARNESS_DB": "<your MEMHARNESS_DB>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"memharness": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@memharness/mcp"
],
"env": {
"MEMHARNESS_DB": "<your MEMHARNESS_DB>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memharness": {
"command": "npx",
"args": [
"-y",
"@memharness/mcp"
],
"env": {
"MEMHARNESS_DB": "<your MEMHARNESS_DB>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memharness": {
"command": "npx",
"args": [
"-y",
"@memharness/mcp"
],
"env": {
"MEMHARNESS_DB": "<your MEMHARNESS_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.las7%2Fmemharness)<a href="https://mcptoplist.com/server/io.github.las7%2Fmemharness"><img src="https://mcptoplist.com/badge/io.github.las7%2Fmemharness.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
las7
Other servers by las7
View all las7 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Jun 20, 2026 |
Frequently asked questions
- Who maintains @memharness/mcp?
- @memharness/mcp is maintained by las7, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is @memharness/mcp listed on the Official MCP Registry?
- Yes — @memharness/mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does @memharness/mcp have?
- MCP Toplist tracks 1 version of @memharness/mcp, most recently published on Jun 20, 2026.
- Where can I find the source code for @memharness/mcp?
- The source code for @memharness/mcp is hosted at github.com/las7/memharness.