Loading MCP server directory, please wait...
Semantic knowledge engine for Obsidian with auto-classification and DAG hierarchy
npx @getmcp/cli add io.github.Semiotronika/NOUZ-MCPRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Semiotronika/NOUZ-MCP": {
"command": "uvx",
"args": [
"nouz-mcp"
],
"env": {
"OBSIDIAN_ROOT": "./obsidian",
"NOUZ_CONFIG": "",
"NOUZ_DATABASE_NAME": "obsidian_kb.db",
"NOUZ_DATABASE_PATH": "",
"EMBED_ENABLED": "true",
"EMBED_PROVIDER": "openai",
"EMBED_MODEL": "",
"EMBED_API_URL": "http://127.0.0.1:1234/v1"
}
}
}
}