Loading MCP server directory, please wait...
Unified MCP Server for Obsidian - graph-based note management with semantic classification
npx @getmcp/cli add io.github.KVANTRA-dev/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.KVANTRA-dev/NOUZ-MCP": {
"command": "uvx",
"args": [
"nouz-mcp"
],
"env": {
"OBSIDIAN_ROOT": "./obsidian",
"MODE": "prizma",
"EMBED_ENABLED": "true",
"EMBED_PROVIDER": "openai",
"EMBED_MODEL": "",
"EMBED_API_URL": "http://127.0.0.1:1234/v1"
}
}
}
}