← Back to Plugins
MCP Server MCP

Obsidian MCP

github By github 👁 1 views ▲ 0 votes

Turns Obsidian vaults into AI-queryable knowledge graphs with 12 tools

Homepage Verified source GitHub

Install

npx -y @smammadov/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@smammadov/obsidian-mcp",
      "version": "1.0.3",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Path to the Obsidian vault directory",
          "isRequired": true,
          "type": "positional",
          "name": "--vault"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...