Neverinfamous Memory Journal MCP
Rank #11,435io.github.neverinfamous/memory-journal-mcp
MCP server providing neverinfamous-memory-journal-mcp capabilities
Neverinfamous Memory Journal MCP is a Model Context Protocol (MCP) server published by neverinfamous. It ranks #11,435 of 115,460 servers tracked on MCP Toplist, and its repository has 20 GitHub stars. Neverinfamous Memory Journal MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Sep 13, 2025 and most recently updated on Oct 13, 2025.
Ranks ahead of 104,025 of 115,460 servers on MCP Toplist.
Use Neverinfamous Memory Journal MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http memory-journal-mcp https://server.smithery.ai/@neverinfamous/memory-journal-mcp/mcpclaude mcp add memory-journal-mcp -- docker run -i --rm docker.io/writenotenow/memory-journal-mcp:v1.1.3[mcp_servers.memory-journal-mcp]
url = "https://server.smithery.ai/@neverinfamous/memory-journal-mcp/mcp"Add to ~/.codex/config.toml.
[mcp_servers.memory-journal-mcp]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/writenotenow/memory-journal-mcp:v1.1.3"]Add to ~/.codex/config.toml.
https://server.smithery.ai/@neverinfamous/memory-journal-mcp/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"memory-journal-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/writenotenow/memory-journal-mcp:v1.1.3"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"memory-journal-mcp": {
"url": "https://server.smithery.ai/@neverinfamous/memory-journal-mcp/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"memory-journal-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/writenotenow/memory-journal-mcp:v1.1.3"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"memory-journal-mcp": {
"type": "http",
"url": "https://server.smithery.ai/@neverinfamous/memory-journal-mcp/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"memory-journal-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/writenotenow/memory-journal-mcp:v1.1.3"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"memory-journal-mcp": {
"serverUrl": "https://server.smithery.ai/@neverinfamous/memory-journal-mcp/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"memory-journal-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/writenotenow/memory-journal-mcp:v1.1.3"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"memory-journal-mcp": {
"url": "https://server.smithery.ai/@neverinfamous/memory-journal-mcp/mcp"
}
}
}{
"mcpServers": {
"memory-journal-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/writenotenow/memory-journal-mcp:v1.1.3"
]
}
}
}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.neverinfamous%2Fmemory-journal-mcp)<a href="https://mcptoplist.com/server/io.github.neverinfamous%2Fmemory-journal-mcp"><img src="https://mcptoplist.com/badge/io.github.neverinfamous%2Fmemory-journal-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 (2 delisted)
neverinfamous
Other servers by neverinfamous
- Mysql MCP#1,164 · 2 vers
- Postgres MCP Server#6,339 · 4 vers
- Db MCP#6,531 · 2 vers
- Sqlite MCP Server#12,800 · 3 vers
- postgres-mcp-legacy#14,835 · 4 vers
Available versions (3)
| Version | Published |
|---|---|
| 1.1.3 | Oct 13, 2025 |
| 1.0.0 | Sep 24, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Neverinfamous Memory Journal MCP?
- Neverinfamous Memory Journal MCP is maintained by neverinfamous, which publishes 6 MCP servers (18 total versions) tracked on MCP Toplist.
- Is Neverinfamous Memory Journal MCP listed on the Official MCP Registry?
- Yes — Neverinfamous Memory Journal MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Neverinfamous Memory Journal MCP have?
- MCP Toplist tracks 3 versions of Neverinfamous Memory Journal MCP, most recently published on Oct 13, 2025.
- Where can I find the source code for Neverinfamous Memory Journal MCP?
- The source code for Neverinfamous Memory Journal MCP is hosted at github.com/neverinfamous/memory-journal-mcp.git.