Loading MCP server directory, please wait...
Read-only semantic search MCP server for Obsidian vaults using local Ollama embeddings.
npx @getmcp/cli add io.github.DalecB/obsidian-semantic-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
OBSIDIAN_VAULT_ROOTAbsolute path to the local Obsidian vault.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.DalecB/obsidian-semantic-mcp": {
"command": "npx",
"args": [
"-y",
"@dalecb/obsidian-semantic-mcp"
],
"env": {
"OBSIDIAN_VAULT_ROOT": "",
"OBSIDIAN_SEMANTIC_MCP_HOME": "",
"OBSIDIAN_EMBED_MODEL": "",
"OLLAMA_BASE_URL": "",
"OBSIDIAN_SEMANTIC_STARTUP_INDEX": "",
"OBSIDIAN_SEMANTIC_ALLOW_SENSITIVE": ""
}
}
}
}