obsidian-bridge

obsidian-bridge

MCP server that connects Cursor agents to a local Obsidian vault via the Local REST API, enabling note reading, writing, searching, patching, and organizing through natural language.

Category
Visit Server

README

<p align="center"> <img src="plugins/obsidian-bridge/assets/logo.png" alt="Obsidian Bridge" width="180" /> </p>

Obsidian Bridge

Connect Cursor agents to your local Obsidian vault — calmly, securely, and with production-grade tooling.

Obsidian Bridge is a Cursor Plugin that ships an MCP server for reading, writing, searching, patching, and organizing notes through the Obsidian Local REST API. Vault traffic stays on your machine; the API key never leaves Cursor Configure / your environment.

Highlights

  • Local-first MCP bridge (127.0.0.1:27124 by default)
  • Daily notes, search, tags, append/patch, open-in-Obsidian
  • Setup + note-writing skills, vault-safety rules, hub-and-spoke graph guidance
  • Typed TypeScript server, tests, and CI

Install (Cursor Marketplace)

  1. Install / enable Local REST API in Obsidian
    (obsidian://show-plugin?id=obsidian-local-rest-api) and copy the API key.
  2. Build once so the plugin ships the MCP binary:
npm install
npm run build
  1. In Cursor, add this GitHub repo as a marketplace:
    https://github.com/dkdottk/obsidian-bridge
    (prefer GitHub over file:// — Cursor’s sandbox blocks git ls-remote on the file protocol).
  2. Install Obsidian BridgePlugins → Configure → paste the API key.
  3. Ask Cursor: “Check Obsidian status.”

Defaults: https://127.0.0.1:27124.

Marketplace layout

.cursor-plugin/marketplace.json   ← required for Cursor marketplace import
plugins/obsidian-bridge/          ← the installable plugin
  .cursor-plugin/plugin.json
  mcp.json
  skills/ rules/ assets/ dist/

What the agent can do

  • Capture to daily notes
  • Create, append, and patch notes
  • Search the vault and browse tags
  • Open notes in the Obsidian UI
  • Run Obsidian commands when you explicitly ask
  • Keep vault graphs readable (hub-and-spoke / MOC linking)

Plugin components

Piece Role
MCP server Vault tools over Local REST API
obsidian-setup skill Three-step connect flow
obsidian-notes skill Capture / organize habits
obsidian-hub-spoke-graph skill Index/hub/leaf linking rules
Vault safety + hub-spoke rules Always-on guardrails

Develop

npm install
npm run ci

Useful scripts:

  • npm run build — compile to dist/ and sync into the plugin
  • npm test — Vitest suite
  • npm run typecheck — max-strict TypeScript
  • npm run lint — ESLint

See docs/setup.md, docs/architecture.md, and docs/tools.md.

Security

Your API key stays in Cursor plugin variables / local environment. It is never committed and never logged. The bridge only calls a localhost endpoint you control. See SECURITY.md.

Author

Danylo Kravchenko · dkdottk@gmail.com

License

AGPL-3.0-only — free to use, study, modify, and share.

If you distribute a modified version, or run a modified version as a network service, you must offer the corresponding source under AGPL-3.0. See the LICENSE for full terms.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured