← Back to Plugins
MCP Server MCP

io.github.afable702/vault-mcp-tools

github By github 👁 1 views ▲ 0 votes

Complete Obsidian vault MCP server. 35 tools: notes, search, graph, tags, canvas.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "vault-mcp-tools",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path to the Obsidian vault root directory",
          "isRequired": true,
          "format": "string",
          "name": "OBSIDIAN_VAULT_PATH"
        },
        {
          "description": "Bearer token for the Obsidian REST API (enables 3 bonus tools: execute_command, list_commands, open_in_obsidian)",
          "format": "string",
          "isSecret": true,
          "name": "OBSIDIAN_REST_TOKEN"
        },
        {
          "description": "REST API port (default: 27124)",
          "format": "string",
          "name": "OBSIDIAN_REST_PORT"
        },
        {
          "description": "Transport mode: stdio (default) or http",
          "format": "string",
          "name": "OBSIDIAN_TRANSPORT"
        },
        {
          "description": "HTTP transport port (default: 3000)",
          "format": "string",
          "name": "OBSIDIAN_HTTP_PORT"
        },
        {
          "description": "Bearer token for HTTP transport authentication",
          "format": "string",
          "isSecret": true,
          "name": "OBSIDIAN_HTTP_AUTH_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...