Local semantic search over Obsidian vaults via Smart Connections embeddings. Multi-vault, private.
claude mcp add smart-connections-mcp -- npx -y smart-connections-mcp
claude_desktop_config.json
{
"mcpServers": {
"smart-connections-mcp": {
"command": "npx",
"args": [
"-y",
"smart-connections-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"smart-connections-mcp": {
"command": "npx",
"args": [
"-y",
"smart-connections-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"smart-connections-mcp": {
"command": "npx",
"args": [
"-y",
"smart-connections-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"smart-connections-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"smart-connections-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"smart-connections-mcp": {
"command": "npx",
"args": [
"-y",
"smart-connections-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.msdanyg--smart-connections-mcp/reviews or the review_server meta-tool.
POST /mcp