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.

Frequently Asked Questions

Common questions about Obsidian Semantic.

What is the Obsidian Semantic MCP and what does it do?
The Obsidian Semantic MCP provides intelligent access to Obsidian vaults, enhancing knowledge management. It offers file management with fragment retrieval, smart editing, content navigation, and contextual workflow suggestions for efficient use of Obsidian.
How can I install the Obsidian Semantic MCP in a client?
Installation details vary by client application. Generally, you would add the MCP's repository URL (https://github.com/aaronsb/obsidian-semantic-mcp) within your client's MCP management interface. Refer to your client's documentation for specific installation instructions.
Does the Obsidian Semantic MCP require API keys or other credentials?
No, the Obsidian Semantic MCP does not require API keys, OAuth, or other credentials for its operation. It functions without external authentication mechanisms.
What are the core capabilities of the Obsidian Semantic MCP?
Its core capabilities include sophisticated file management with fragment retrieval, smart editing features like auto-buffering, intuitive content navigation, and adaptive indexing strategies. It also provides contextual workflow suggestions to optimize knowledge organization.
Is there a cost associated with using the Obsidian Semantic MCP?
The Obsidian Semantic MCP is available as open-source software on GitHub. Any costs would depend on your specific deployment environment or any value-added services offered by third parties. Consult the project repository for licensing details.
What is a prerequisite for using the Obsidian Semantic MCP?
A primary prerequisite is an existing Obsidian vault. The MCP is designed to integrate with and enhance an Obsidian knowledge base, so an active Obsidian installation is necessary for its functionality.

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.