ragmark
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ragmarksearch my vault for 'project roadmap' and show the top 5 results"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ragmark
Local-first retrieval over markdown / [[wikilink]] vaults — hybrid (vector + lexical)
chunk search, note-level similarity, wikilink-aware context expansion, and a first-party
MCP surface. Embeddings run locally (fastembed); the
package makes no network egress at query time. Sibling of
graphmark, which it consumes for deterministic
graph reads.
Status: seeded, pre-release. The public interfaces, security gate, correctness harness, and release machinery are in place; the engine behavior lands slice by slice against them.
Surfaces (one core, two faces)
MCP tool | CLI | |
|
| hybrid chunk hits with |
|
| bare note text |
|
| wikilink BFS; structure always complete, budget limits content only |
|
| git-log-backed "what moved lately" |
— |
| index maintenance is CLI-only, deliberately |
Every surface routes through the same fail-closed machine-context gate; an unmarked vault reveals shared notes only.
Related MCP server: memory-mcp
MCP registration
claude mcp add --transport stdio vault -- ragmark mcp --vault ~/path/to/vaultThe registration name vault keeps existing mcp__vault__* tool names stable. The vault
root always comes from --vault or $RAGMARK_VAULT — never inferred.
Correctness story
No parity oracle — the package improves on its predecessor in the same motion as absorbing
it. Instead: a hand-curated, executor-untouchable golden-query set asserted as recall@k
with the embedding model pinned, plus permanent safety invariants — no silent embedding
truncation (the predecessor silently dropped 27.8% of corpus characters), chunk↔vector
conservation, and context-gating tests that CI re-runs with the filter defanged and
requires to FAIL (scripts/teeth_check.py). Quality is measured, leaks are impossible to
test around, and a green gate means something.
Decision provenance: the-vault#136 (blueprint map) and the-vault#145 (build epic).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityAmaintenanceHeadless semantic MCP server for Obsidian, Logseq, Dendron, Foam, and any markdown folder. Features built-in hybrid semantic search, surgical AST editing, template scaffolding, zero-config local embeddings, and workflow tracking.Last updated5718MIT
- AlicenseAqualityBmaintenanceA local-first MCP server that exposes personal notes and files as unified semantic context for AI agents via vector search and file monitoring.Last updated6MIT
- Alicense-qualityDmaintenanceLocal MCP server for indexing personal knowledge into SQLite with hybrid search, chunk-level citations, memory tools, and agent orchestration.Last updated4MIT
- Alicense-qualityBmaintenanceMCP server for on-device hybrid search over markdown knowledge bases, combining BM25, vector embeddings, and LLM reranking with link graph and time decay.Last updated16MIT
Related MCP Connectors
Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers.
Token-efficient MCP memory for Markdown vaults. Tiered search, GraphRAG, AI memories.
Local-first RAG engine with MCP server for AI agent integration.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cdcoonce/ragmark'
If you have feedback or need assistance with the MCP directory API, please join our Discord server