Airgap-fleet

Obsidian MCP Server

Community Airgap-fleet
Updated

FastMCP Obsidian Vault tools

Obsidian MCP Server

FastMCP server for Obsidian vault operations — read, write, search, and manage notes via Model Context Protocol.

Features

  • read_note — Read a note with optional frontmatter parsing
  • write_note — Write notes with YAML frontmatter support
  • list_notes — List notes with glob filtering and recursion
  • search_notes — Regex search across vault content
  • search_frontmatter — Query notes by frontmatter key/value
  • get_daily_note — Get or create daily notes with templates

Installation

pip install -e .

Usage

obsidian-mcp

Or configure in your MCP client:

{
  "mcpServers": {
    "obsidian": {
      "command": "obsidian-mcp",
      "env": {
        "OBSIDIAN_MCP_VAULT_PATH": "C:/path/to/vault"
      }
    }
  }
}

Configuration

Environment Variable Default Description
OBSIDIAN_MCP_VAULT_PATH Current directory Path to Obsidian vault root
OBSIDIAN_MCP_MAX_FILE_SIZE 10MB Max file size for operations
OBSIDIAN_MCP_DEFAULT_ENCODING utf-8 Text encoding
OBSIDIAN_MCP_INDEX_FRONTMATTER true Parse YAML frontmatter
OBSIDIAN_MCP_FOLLOW_SYMLINKS false Follow symlinks

Tool Reference

read_note

{
  "path": "Projects/roadmap.md",
  "include_frontmatter": true
}

write_note

{
  "path": "Projects/new-idea.md",
  "content": "# New Idea\n\nDetails here...",
  "frontmatter": { "tags": ["idea", "draft"], "status": "wip" }
}

list_notes

{
  "path": "Projects",
  "glob_pattern": "**/*.md",
  "recursive": true
}

search_notes

{
  "pattern": "MCP",
  "path": ".",
  "max_results": 50
}

search_frontmatter

{
  "key": "status",
  "value": "done",
  "operator": "eq"
}

get_daily_note

{
  "date": "2026-08-21",
  "folder": "Daily Notes",
  "create_if_missing": true
}

MCP Server · Populars

MCP Server · New

    weed33834

    🛡️ AgentSeed

    AgentSeed - anti-hallucination guardrails for AI coding agents: hybrid Skill + MCP plugin (Agent Plugins 1.0.0) that forces spec-driven development and verifies code before it is marked done.

    Community weed33834
    geolens-io

    GeoLens

    Self-hosted geospatial data catalog with semantic search (pgvector), OGC/STAC APIs, and map builder. Built on FastAPI, PostGIS, React, and MapLibre.

    Community geolens-io
    leonardosepulvedat

    MCP n8n Server

    Complete n8n API integration for Claude Desktop and Cursor - 100 workflow templates with intelligent matching

    Community leonardosepulvedat
    maximhq

    Bifrost AI Gateway

    The Fastest LLM Gateway with built in OTel observability and MCP gateway

    Community maximhq
    crisnahine

    rails-ai-context

    45 MCP tools that give AI coding agents ground truth about your Rails app: schema, models, routes, controllers, views, jobs, conventions. Works with Claude Code, Cursor, GitHub Copilot, OpenCode and Codex CLI. MCP or CLI, in-Gemfile or standalone, and it still answers when the app can't boot.

    Community crisnahine