{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.stonematt/mcp-obsidian-cli",
    "description": "Save chat notes from Claude Desktop to your vault \u2014 MCP on Obsidian CLI. Keep what matters.",
    "repository": {
        "url": "https://github.com/stonematt/mcp-obsidian-cli",
        "source": "github"
    },
    "version": "2.0.4",
    "packages": [
        {
            "registryType": "npm",
            "identifier": "mcp-obsidian-cli",
            "version": "2.0.4",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Target vault name. If unset or unknown, the server prompts the caller on first tool use, listing the vaults Obsidian knows about.",
                    "format": "string",
                    "name": "OBSIDIAN_VAULT"
                },
                {
                    "description": "Path to the obsidian-cli binary. Auto-discovered on macOS; set explicitly on Linux/Windows or if the binary is non-standard.",
                    "format": "string",
                    "default": "obsidian-cli",
                    "name": "OBSIDIAN_CLI_PATH"
                },
                {
                    "description": "Per-command timeout in milliseconds.",
                    "format": "string",
                    "default": "15000",
                    "name": "OBSIDIAN_TIMEOUT_MS"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-07-10T06:30:58.398819Z",
            "publishedAt": "2026-07-10T06:30:58.398819Z",
            "updatedAt": "2026-07-10T06:30:58.398819Z",
            "isLatest": true
        }
    }
}