NOUZ MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EMBED_MODEL | No | Model name | |
| EMBED_API_KEY | No | API key | |
| EMBED_API_URL | No | API endpoint | http://127.0.0.1:1234/v1 |
| OBSIDIAN_ROOT | No | Vault path | ./obsidian |
| EMBED_PROVIDER | No | openai / gigachat / ollama | openai |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_fileB | Read Obsidian file with metadata (YAML frontmatter + content) |
| write_fileC | Write file with YAML frontmatter |
| list_filesC | List files in base with filters |
| get_childrenC | Get child files |
| get_parentsC | Get parent links from file |
| suggest_metadataC | Suggest metadata for file based on content |
| embedC | Get embedding for text |
| index_allC | Index all files in database |
| suggest_parentsC | Suggest parents based on embeddings |
| calibrate_coresB | Recalculate core etalon embeddings |
| recalc_core_mixA | Recalculate core_mix bottom-up: quants (L4) -> modules (L3) -> patterns (L2). Run after index_all with embeddings or after recalc_signs. |
| recalc_signsB | Recalculate sign_auto for all files based on content embeddings. Does not modify YAML. |
| format_entity_compactD | Format compact entity structure formula |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/KVANTRA-dev/NOUZ-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server