Loading MCP server directory, please wait...
Search Obsidian vaults with hybrid full-text, fuzzy, semantic, and graph retrieval.
npx @getmcp/cli add io.github.flowing-abyss/obsidian-hybrid-searchRequires Node.js 18+. Community-contributed server. Review source before installing.
OBSIDIAN_VAULT_PATHAbsolute path to the Obsidian vault to index and search.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.flowing-abyss/obsidian-hybrid-search": {
"command": "npx",
"args": [
"-y",
"obsidian-hybrid-search",
"mcp"
],
"env": {
"OBSIDIAN_VAULT_PATH": "",
"OBSIDIAN_PREFIX": "",
"OBSIDIAN_IGNORE_PATTERNS": ".obsidian/**,templates/**,*.canvas",
"OBSIDIAN_RESPECT_GITIGNORE": "true",
"OBSIDIAN_INCLUDE_PATTERNS": "",
"OPENAI_API_KEY": "",
"OPENAI_BASE_URL": "https://api.openai.com/v1",
"OPENAI_EMBEDDING_MODEL": "text-embedding-3-small",
"LOCAL_EMBEDDING_MODEL": "Xenova/multilingual-e5-small",
"RERANKER_MODEL": "onnx-community/bge-reranker-v2-m3-ONNX"
}
}
}
}Ephemeral data sandbox for AI workflows with guardrails and security
Self-hosted homelab log intelligence over MCP, CLI, and REST with SQLite/FTS.
Rust MCP server for homelab logs, syslog, Docker logs, FTS search, and AI transcript correlation.
Rust MCP server and CLI for Unraid GraphQL operations across NAS, Docker, VM, and storage workflows.