← Back to Plugins
MCP Server MCP

io.github.gogogadgetbytes/smart-connections

github By github 👁 1 views ▲ 0 votes

MCP server for Obsidian Smart Connections. Semantic search using your vault's embeddings.

Homepage Verified source GitHub

Install

npx -y @gogogadgetbytes/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@gogogadgetbytes/smart-connections-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path to your Obsidian vault (e.g., /Users/you/Documents/MyVault)",
          "isRequired": true,
          "format": "string",
          "name": "VAULT_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...