Odel
smart connections mcp

smart connections mcp

Local
@gogogadgetbytes3TypeScriptMITUpdated 7mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@gogogadgetbytes/smart-connections-mcpv0.2.0

Run

npx -y @gogogadgetbytes/smart-connections-mcp

MCP client config

{
  "mcpServers": {
    "smart-connections-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@gogogadgetbytes/smart-connections-mcp"
      ]
    }
  }
}