memex
Rank #4,242io.github.evan-moon/memex
Local-first second brain with semantic search. Markdown notes indexed by a local ML model.
memex is a Model Context Protocol (MCP) server published by evan-moon. It ranks #4,242 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. memex is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on May 2, 2026 and most recently updated on Jul 14, 2026.
Ranks ahead of 111,349 of 115,591 servers on MCP Toplist.
Use memex
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add memex -- npx -y @evan-moon/memex[mcp_servers.memex]
command = "npx"
args = ["-y", "@evan-moon/memex"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"memex": {
"command": "npx",
"args": [
"-y",
"@evan-moon/memex"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"memex": {
"command": "npx",
"args": [
"-y",
"@evan-moon/memex"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"memex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@evan-moon/memex"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"memex": {
"command": "npx",
"args": [
"-y",
"@evan-moon/memex"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"memex": {
"command": "npx",
"args": [
"-y",
"@evan-moon/memex"
]
}
}
}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.evan-moon%2Fmemex)<a href="https://mcptoplist.com/server/io.github.evan-moon%2Fmemex"><img src="https://mcptoplist.com/badge/io.github.evan-moon%2Fmemex.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
evan-moon
Other servers by evan-moon
View all evan-moon servers →Available versions (1)
| Version | Published |
|---|---|
| 0.5.0 | Jul 14, 2026 |
Frequently asked questions
- Who maintains memex?
- memex is maintained by evan-moon, which publishes 3 MCP servers (5 total versions) tracked on MCP Toplist.
- Is memex listed on the Official MCP Registry?
- Yes — memex is listed on the Official MCP Registry, alongside Glama.
- How many versions does memex have?
- MCP Toplist tracks 1 version of memex, most recently published on Jul 14, 2026.
- Where can I find the source code for memex?
- The source code for memex is hosted at github.com/evan-moon/memex.