$ timeahead.in
/ servers/npm/@oomkapwn/enquire-mcp
npm

@oomkapwn/enquire-mcp

The most advanced Obsidian MCP — long-term memory for AI agents. Hybrid retrieval (BM25 + TF-IDF + multilingual ML embeddings, RRF-fused) with BGE cross-encoder reranking, HNSW + int8 quantization, la

17 stars4k/wkupdated 0d agogithub ↗
79fair
▣ Overview
CInpmdownloadstestsstableSLSA-3MCPLicense

What it does

Exposes a local Obsidian markdown vault as searchable, persistent memory for MCP-compatible AI clients. Implements a full modern information retrieval stack—hybrid BM25 + multilingual semantic embeddings fused via reciprocal rank fusion (RRF), BGE cross-encoder reranking, HNSW vector indexing with int8 quantization—all running locally with zero cloud calls. Additional features include late-chunking for improved context, PDF indexing with OCR support, and freshness-aware recall where each search result reports the note's age and last-modified timestamp.

Who it's for

AI developers, researchers, and knowledge workers building workflows across multiple LLM clients. Keeps Obsidian notes—where you already capture ideas, decisions, and research—accessible from Claude Code, Cursor, ChatGPT, and other MCP agents without vendor lock-in or session-to-session context loss.

Common use cases

  • Query a personal knowledge base for project context while coding in Claude Code or Cursor
  • Retrieve past design decisions or research conclusions across AI sessions
  • Ground agent responses in note-age metadata to identify and re-verify stale facts
  • Cross-reference markdown notes with BM25 full-text + semantic search during development
  • Maintain vendor-neutral long-term memory using Obsidian files, not cloud-locked services

Setup pitfalls

  • Requires filesystem read and write access to the Obsidian vault directory for indexing
  • One credential detected in repository—audit or mask before use in shared or production environments
  • Embedding models download from HuggingFace on first run, requiring internet connectivity for initialization
  • Index size scales with vault size; HNSW + int8 quantization reduce memory overhead but monitor on constrained systems
1 credential detected in repository history via Gitleaks
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
80
28.0
Freshness
25%
100
25.0
Adoption
20%
56
11.2
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
79.2
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "oomkapwnenquire": {
      "command": "npx",
      "args": [
        "-y",
        "@oomkapwn/enquire-mcp"
      ]
    }
  }
}
📈 Score historylast 29 snapshots
5/25/20267/1/2026 · 29 snapshots
⚙ Maintenance health
maintenance data not yet available — check back later.
⛁ Raw data
weekly downloads4k
github stars17
forks3
open issues2
license✓ present
readme length21219 chars
last publish3d ago
last commit0d ago
last updated7d ago
install verified✗ fail · 9d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points