vecmem MCP Server
Evil-Null/vecmem
Your notes become AI's memory — CLI + MCP server for hybrid semantic search over markdown files
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
Evil-Null/vecmem is a TypeScript MCP server licensed under MIT. Your notes become AI's memory — CLI + MCP server for hybrid semantic search over markdown files Topics: ai-memory, bm25, cli, embeddings, local-first, markdown, mcp, rag, semantic-search, sqlite, typescript, vector-search.
Ranked #40 out of 124 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
2 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# vecmem > Your notes become AI's memory You have markdown notes scattered across folders. You know the answer is *somewhere* in there, but where? **vecmem** indexes your `.md` files and lets you (or your AI assistant) search them instantly — not just by keywords, but by meaning. ## The Problem ``` You: "How did we set up authentication?" AI: "I don't have access to your notes." You: *manually searches 50 files* You: *finds it 10 minutes later in docs/auth/oauth.md* ``` ## The Solution ```bash vecmem index ./docs # One-time: index your notes vecmem query "how did we set up auth?" # Instant: finds it in 100ms ``` ``` Found 5 results (87ms) ┌─ docs/auth/oauth.md ─── score: 0.94 ────────────┐ │ ## OAuth 2.0 Flow │ │ Authentication uses OAuth 2.0 with PKCE. │ │ The flow starts with a redirect to /auth/login... │ └───────────────────────────────────────────────────┘ ``` It finds `oauth.md` even though you searchRead full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.