memshelf-mcp
Rank #7,717io.github.ignatenkofi/memshelf-mcp
Working memory for AI agents: digest-indexed episodes on a git shelf, recalled a section at a time.
memshelf-mcp is a Model Context Protocol (MCP) server published by ignatenkofi. It ranks #7,717 of 115,460 servers tracked on MCP Toplist. memshelf-mcp is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jul 25, 2026 and most recently updated on Aug 4, 2026.
Ranks ahead of 107,743 of 115,460 servers on MCP Toplist.
Use memshelf-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add memshelf-mcp -- uvx memshelf-mcp[mcp_servers.memshelf-mcp]
command = "uvx"
args = ["memshelf-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"memshelf-mcp": {
"command": "uvx",
"args": [
"memshelf-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"memshelf-mcp": {
"command": "uvx",
"args": [
"memshelf-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"memshelf-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"memshelf-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"memshelf-mcp": {
"command": "uvx",
"args": [
"memshelf-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"memshelf-mcp": {
"command": "uvx",
"args": [
"memshelf-mcp"
]
}
}
}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.ignatenkofi%2Fmemshelf-mcp)<a href="https://mcptoplist.com/server/io.github.ignatenkofi%2Fmemshelf-mcp"><img src="https://mcptoplist.com/badge/io.github.ignatenkofi%2Fmemshelf-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ignatenkofi
Other servers by ignatenkofi
View all ignatenkofi servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.0 | Aug 4, 2026 |
| 0.1.0 | Jul 25, 2026 |
Frequently asked questions
- Who maintains memshelf-mcp?
- memshelf-mcp is maintained by ignatenkofi, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is memshelf-mcp listed on the Official MCP Registry?
- Yes — memshelf-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does memshelf-mcp have?
- MCP Toplist tracks 2 versions of memshelf-mcp, most recently published on Aug 4, 2026.
- Where can I find the source code for memshelf-mcp?
- The source code for memshelf-mcp is hosted at github.com/ignatenkofi/memshelf-mcp.