Google PageRank for AI agents. 25,000+ tools indexed.

vecmem MCP Server

Evil-Null/vecmem

Score: 54.2 Rank #40 Database
Are you the maintainer of Evil-Null/vecmem? Claim this listing →

Your notes become AI's memory — CLI + MCP server for hybrid semantic search over markdown files

Add AgentRank to Claude Code Discover and compare tools like Evil-Null/vecmem — your AI finds the right one automatically
Get API Access →
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

TypeScript MIT
ai-memorybm25cliembeddingslocal-firstmarkdownmcpragsemantic-searchsqlitetypescriptvector-search

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 2

2 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Good
License MIT

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for Evil-Null/vecmem
[![AgentRank](https://agentrank-ai.com/api/badge/tool/Evil-Null--vecmem)](https://agentrank-ai.com/tool/Evil-Null--vecmem/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/Evil-Null--vecmem/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/Evil-Null--vecmem" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="Evil-Null/vecmem"></script>

Matched Queries

"mcp server""mcp-server"

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 search
Read full README on GitHub →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.