O

Obsidian Semantic

Provides intelligent access to Obsidian vaults through file management with fragment retrieval, smart editing with auto-buffering, content navigation, contextua

Obsidian·No reviews yet
Repo
Share:

About

Provides intelligent access to Obsidian vaults through file management with fragment retrieval, smart editing with auto-buffering, content navigation, contextual workflow suggestions, and adaptive indexing strategies that automatically optimize based on query characteristics for efficient knowledge management workflows.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task

Screenshots

No screenshots yet.

Install Obsidian Semantic

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "obsidian-semantic": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-obsidian-semantic"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "obsidian-semantic": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-obsidian-semantic"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "obsidian-semantic": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-obsidian-semantic"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.