Memoir
Rank #4,706io.github.camgitt/memoir
MCP server providing memoir capabilities
Memoir is a Model Context Protocol (MCP) server published by camgitt. It ranks #4,706 of 115,591 servers tracked on MCP Toplist, and its repository has 14 GitHub stars. Memoir is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Mar 4, 2026 and most recently updated on Mar 28, 2026.
Ranks ahead of 110,885 of 115,591 servers on MCP Toplist.
Use Memoir
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add memoir -- npx -y memoir-cli[mcp_servers.memoir]
command = "npx"
args = ["-y", "memoir-cli"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"memoir": {
"command": "npx",
"args": [
"-y",
"memoir-cli"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"memoir": {
"command": "npx",
"args": [
"-y",
"memoir-cli"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"memoir": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"memoir-cli"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"memoir": {
"command": "npx",
"args": [
"-y",
"memoir-cli"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"memoir": {
"command": "npx",
"args": [
"-y",
"memoir-cli"
]
}
}
}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.camgitt%2Fmemoir)<a href="https://mcptoplist.com/server/io.github.camgitt%2Fmemoir"><img src="https://mcptoplist.com/badge/io.github.camgitt%2Fmemoir.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
camgitt
Other servers by camgitt
View all camgitt servers →Available versions (2)
| Version | Published |
|---|---|
| 3.2.2 | Mar 28, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Memoir?
- Memoir is maintained by camgitt, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Memoir listed on the Official MCP Registry?
- Yes — Memoir is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Memoir have?
- MCP Toplist tracks 2 versions of Memoir, most recently published on Mar 28, 2026.
- Where can I find the source code for Memoir?
- The source code for Memoir is hosted at github.com/camgitt/memoir.