← Back to Plugins
MCP Server MCP

io.github.stonematt/mcp-obsidian-cli

github By github 👁 1 views ▲ 0 votes

Save chat notes from Claude Desktop to your vault — MCP on Obsidian CLI. Keep what matters.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...