A secure REST API and MCP server for Obsidian vaults, enabling CRUD, search, and command execution.
obsidian-local-rest-api is easy to set up with strong trust signals. Check agent compatibility and use-case fit before adding it to your workflow.
gh repo view coddingtonbear/obsidian-local-rest-api --webOpen the official README and confirm the supported install method.
Add the server entry to your MCP client config.
Restart your agent and verify that the server tools appear.
Repository setup guidance
Strong trust signals; still review the README and permissions before production use.
Last commit was about 98 days ago.
2407 GitHub stars indicate community interest.
1 open issues signal maintenance load.
MIT license detected.
3 security/trust notes recorded.
Setup difficulty is 2/5.
Connect any AI model to 1200+ integrations (MCP, CLI, API)
An AI Gateway, registry, and proxy that sits in front of any MCP, A2A, or REST/gRPC APIs, exposing a unified endpoint with centralized discovery, guardrails and management. Optimizes Agent & Tool calling, and supports plugins.
Official Microsoft Learn MCP server and CLI tool providing real-time, trusted Microsoft docs and code samples to AI agents.
Open-source credential gateway with a built-in vault. give your AI agents access to services without exposing keys.
This plugin turns your Obsidian vault into a server that other apps can talk to. You can read, write, search notes, and run commands using simple web requests. It uses HTTPS and API keys to keep your data safe.
Obsidian Local REST API provides a secure, authenticated REST API and a built-in Model Context Protocol (MCP) server for Obsidian vaults. It allows full CRUD operations on any file in the vault, including binary files. You can surgically patch specific sections of notes (headings, block references, frontmatter) without touching the rest. The plugin supports full-text search and structured queries using JsonLogic against note metadata. It also provides access to the currently active file, periodic notes (daily, weekly, etc.), command execution, tag listing, and file opening in Obsidian. All requests are served over HTTPS with a self-signed certificate and require an API key. The MCP server enables AI agents like Claude Code to interact with the vault directly. The plugin also offers an extension interface for other plugins to register custom API routes.
2,407
Stars
288
Forks
1
Issues
MIT
License
A secure REST API and MCP server for Obsidian vaults, enabling CRUD, search, and command execution.
Obsidian power users who want to automate their workflow, Developers building integrations with Obsidian, AI agent developers needing to access personal knowledge bases
The setup section provides repository-level starting guidance, not a guarantee of an independently verified installation. Check the official README and release notes.
Exposes your vault over the network; ensure only trusted clients have access Self-signed certificate may cause warnings; trust it or use HTTP (less secure)
Similar or complementary options to evaluate include metorial, mcp-context-forge, Microsoft Learn MCP Server.
Aug 20, 2026