Recalla
Integrates with Obsidian to index notes into agent-readable cards, providing a local search API and MCP server for AI agents to query the vault.
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., "@Recallasearch my notes for ideas about machine learning"
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.
recalla-obsidian
search and chat your vault, without leaving obsidian
the obsidian plugin for recalla — a private, local-first, agent-native second brain. bm25 + semantic search and chat over your notes, all on your machine.
install
desktop only (the plugin manages a local engine process). the community directory listing is pending, so install manually from the latest release:
download
main.js,manifest.json, andstyles.cssfrom the release.create the folder
<your vault>/.obsidian/plugins/recalla/and put the three files inside it, keeping the filenames.in Obsidian: Settings → Community plugins → turn off Restricted Mode.
reload Obsidian, then enable Recalla in the plugin list.
run recalla: make my vault agent-readable from the command palette. the
plugin downloads the matching OS and CPU build from the pinned engine v0.5.0
release. it requires an embedded trusted digest, requires the published sidecar
to name that exact asset, and hashes the bytes before execution. then it indexes
the vault and starts the local api. no python or terminal setup is required.
managed builds support macOS arm64/x64, Linux arm64/x64, and Windows x64.
advanced users on another architecture can set a custom recalla executable in
plugin settings instead.
Related MCP server: Obsidian MCP Server
what it does
search your vault with bm25 + semantic ranking, inside obsidian.
chat over full matching sections with citations. without an llm key, recalla returns an offline extractive answer from your notes.
copy a ready-to-paste mcp config so agents can read and write memory locally.
manage the engine, indexing, and local server from the command palette.
no cloud, no account, no telemetry. only context sent to a configured cloud llm leaves the machine.
the recalla ecosystem
repo | what it is |
the engine: cli, retrieval, local json api, mcp server | |
this plugin | |
the | |
a template vault to start from |
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.
Latest Blog Posts
- 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/Tensorboyalive/recalla-obsidian'
If you have feedback or need assistance with the MCP directory API, please join our Discord server