{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.stonematt/mcp-obsidian-cli",
    "description": "MCP server wrapping the Obsidian CLI \u2014 full native API access over the Model Context Protocol.",
    "repository": {
        "url": "https://github.com/stonematt/mcp-obsidian-cli",
        "source": "github"
    },
    "version": "1.3.2",
    "packages": [
        {
            "registryType": "npm",
            "identifier": "mcp-obsidian-cli",
            "version": "1.3.2",
            "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-05-16T23:05:21.554938Z",
            "publishedAt": "2026-05-16T23:05:21.554938Z",
            "updatedAt": "2026-05-16T23:05:21.554938Z",
            "isLatest": false
        }
    }
}