Nouz runs on your own machine — the client starts it, so there is no endpoint to ping. 802 installs a week from pypi. Last commit 2 Sep 2026.
Semantic knowledge engine for Obsidian with auto-classification and DAG hierarchy
We read the source, 17 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
return os.path.join(obsidian_root, database_name)
subprocess.run([sys.executable, "-c", script], check=True)
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add NOUZ-MCP -- uvx nouz-mcp
{
"mcpServers": {
"NOUZ-MCP": {
"args": [
"nouz-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.NOUZ-MCP]
command = "uvx"
args = ["nouz-mcp"]
{
"mcpServers": {
"NOUZ-MCP": {
"args": [
"nouz-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"NOUZ-MCP": {
"args": [
"nouz-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
OBSIDIAN_ROOT (Path to Obsidian vault), NOUZ_CONFIG (Absolute path to config.yaml; if omitted, server looks in current working directory), NOUZ_DATABASE_NAME (SQLite cache filename inside OBSIDIAN_ROOT), NOUZ_DATABASE_PATH (Full SQLite cache path; takes precedence over NOUZ_DATABASE_NAME), EMBED_ENABLED (Enable embedding-based features), EMBED_PROVIDER (Embedding provider: openai-compatible endpoint or ollama), EMBED_MODEL (Embedding model name), EMBED_API_URL (Embedding API endpoint).
The author declared them in the registry entry; get the values from the project itself.
Knowledge base for Claude Code with semantic search, feed intelligence, and teams
Obsidian MCP server: semantic search, knowledge graph, and vault editing. No plugin required.
Semantic search and AI context for your Obsidian vault. Surface patterns with catalysts.
Local Markdown/Obsidian knowledge substrate for MCP agents with governed memory and hybrid search.
Semantic search and pattern discovery for Obsidian and markdown vaults.
Wikipedia, Wikidata and Wiktionary as clean JSON, not HTML. 1.9M searchable. Free, no auth.
Search Obsidian vaults with hybrid full-text, fuzzy, semantic, and graph retrieval.
Search and query nTop's knowledge base and engineering guides from AI applications.
Answers built from our own checks of this server.