Smart Connections MCP Server
Rank #3,581io.github.msdanyg/smart-connections-mcp
Local semantic search over Obsidian vaults via Smart Connections embeddings. Multi-vault, private.
Smart Connections MCP Server is a Model Context Protocol (MCP) server published by msdanyg. It ranks #3,581 of 132,345 servers tracked on MCP Toplist, and its repository has 56 GitHub stars. Smart Connections MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 3 tracked versions. It was first listed on Oct 13, 2025 and most recently updated on Aug 22, 2026.
Ranks ahead of 128,764 of 132,345 servers on MCP Toplist.
Use Smart Connections MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add smart-connections-mcp -e "SMART_VAULT_PATH=<your SMART_VAULT_PATH>" -- npx -y smart-connections-mcpReplace each placeholder with your own value before saving.
[mcp_servers.smart-connections-mcp]
command = "npx"
args = ["-y", "smart-connections-mcp"]
[mcp_servers.smart-connections-mcp.env]
SMART_VAULT_PATH = "<your SMART_VAULT_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smart-connections-mcp": {
"command": "npx",
"args": [
"-y",
"smart-connections-mcp"
],
"env": {
"SMART_VAULT_PATH": "<your SMART_VAULT_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smart-connections-mcp": {
"command": "npx",
"args": [
"-y",
"smart-connections-mcp"
],
"env": {
"SMART_VAULT_PATH": "<your SMART_VAULT_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"smart-connections-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"smart-connections-mcp"
],
"env": {
"SMART_VAULT_PATH": "<your SMART_VAULT_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smart-connections-mcp": {
"command": "npx",
"args": [
"-y",
"smart-connections-mcp"
],
"env": {
"SMART_VAULT_PATH": "<your SMART_VAULT_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smart-connections-mcp": {
"command": "npx",
"args": [
"-y",
"smart-connections-mcp"
],
"env": {
"SMART_VAULT_PATH": "<your SMART_VAULT_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.msdanyg%2Fsmart-connections-mcp)<a href="https://mcptoplist.com/server/io.github.msdanyg%2Fsmart-connections-mcp"><img src="https://mcptoplist.com/badge/io.github.msdanyg%2Fsmart-connections-mcp.svg" alt="MCP Toplist: Top 5% of 132,345" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
msdanyg
Available versions (3)
| Version | Published |
|---|---|
| 2.0.1 | Aug 22, 2026 |
| 2.0.0 | Jul 14, 2026 |
| 1.0.0 | Jul 9, 2026 |
Frequently asked questions
- Who maintains Smart Connections MCP Server?
- Smart Connections MCP Server is maintained by msdanyg, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Smart Connections MCP Server listed on the Official MCP Registry?
- Yes — Smart Connections MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Smart Connections MCP Server have?
- MCP Toplist tracks 3 versions of Smart Connections MCP Server, most recently published on Aug 22, 2026.
- Where can I find the source code for Smart Connections MCP Server?
- The source code for Smart Connections MCP Server is hosted at github.com/msdanyg/smart-connections-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.