PluginBench
MCP Server
Active
MIT

io.github.evan-moon/memex MCP Server

io.github.evan-moon/memex

What is the io.github.evan-moon/memex MCP server?

Local-first second brain with semantic search. Markdown notes indexed by a local ML model.

How to install io.github.evan-moon/memex

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "memex": {
      "command": "npx",
      "args": [
        "-y",
        "@evan-moon/memex"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "memex": {
      "command": "npx",
      "args": [
        "-y",
        "@evan-moon/memex"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "memex": {
      "command": "npx",
      "args": [
        "-y",
        "@evan-moon/memex"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "memex": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@evan-moon/memex"
      ]
    }
  }
}
Claude Code
claude mcp add memex -- npx -y @evan-moon/memex

Related MCP servers

Local-first portfolio tracker for overseas investors. Claude reads and writes your finances via MCP.

View repository →

Not another dashboard. A wealth analyst for every asset a bank can't sync, inside Claude.

io.github.evan-moon/memex MCP Server | PluginBench