MCP server for Obsidian Smart Connections. Semantic search using your vault's embeddings.
claude mcp add smart-connections -- npx -y @gogogadgetbytes/smart-connections-mcp
claude_desktop_config.json
{
"mcpServers": {
"smart-connections": {
"command": "npx",
"args": [
"-y",
"@gogogadgetbytes/smart-connections-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"smart-connections": {
"command": "npx",
"args": [
"-y",
"@gogogadgetbytes/smart-connections-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"smart-connections": {
"command": "npx",
"args": [
"-y",
"@gogogadgetbytes/smart-connections-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"smart-connections": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gogogadgetbytes/smart-connections-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"smart-connections": {
"command": "npx",
"args": [
"-y",
"@gogogadgetbytes/smart-connections-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.gogogadgetbytes--smart-connections/reviews or the review_server meta-tool.
POST /mcp