mcpbeat Sign in

Smart Connections MCP Server

local only

Smart Connections MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from npm. Last commit 22 Aug 2026.

Local semantic search over Obsidian vaults via Smart Connections embeddings. Multi-vault, private.

Installs per day peak 190 · avg 23 · -16% w/w
a month agotoday
63
Installs / week
npm · smart-connections-mcp
56
Stars
1 open issues
22 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Smart Connections MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add smart-connections-mcp -- npx -y smart-connections-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "smart-connections-mcp": {
      "args": [
        "-y",
        "smart-connections-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.smart-connections-mcp]
command = "npx"
args = ["-y", "smart-connections-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "smart-connections-mcp": {
      "args": [
        "-y",
        "smart-connections-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "smart-connections-mcp": {
      "args": [
        "-y",
        "smart-connections-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SMART_VAULT_PATH (One or more absolute Obsidian vault paths, comma-separated (alias: SMART_VAULT_PATHS)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Smart Connections MCP

same job, measured the same way
Smart Connections
by gogogadgetbytes

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

29 installs/wk local only
Obsidian Semantic Search
by dalecb

Read-only semantic search MCP server for Obsidian vaults using local Ollama embeddings.

36 installs/wk local only
RAG MCP
by jaimenbell

Minimal RAG-over-a-corpus MCP retrieval: search_knowledge returns cited chunks. Local embeddings.

61 installs/wk local only
memex
by ayushagrawal288

Persistent memory for AI agents — semantic + recency search, ONNX embeddings, Docker Compose.

local only
Embgrep
by arknill

Local semantic search — embedding-powered grep for files, zero external services.

67 installs/wk local only
Doctree MCP
by joesaby

BM25 search + tree navigation over markdown docs for AI agents. No embeddings, no LLM calls.

28 installs/wk local only
I
Hipocampo MCP
by carrasquelalex1

Bilingual dual memory with SSC for AI agents. Semantic search, embeddings, profiles.

37 tools answering
Pikelet
by mcn92

Search self-contained .pikelet knowledge artifacts over MCP — no vector DB, no embedding API.

112 installs/wk local only

Smart Connections MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Smart Connections MCP?
Smart Connections MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package smart-connections-mcp was installed 63 times last week.
How do I connect Smart Connections MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls smart-connections-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Smart Connections MCP?
The npm package smart-connections-mcp was installed 63 times in the last week. Week over week that is -16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Smart Connections MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 56 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.