MCP server for Obsidian Smart Connections. Semantic search using your vault's embeddings.
{
"mcpServers": {
"smart-connections": {
"env": {
"VAULT_PATH": "/path/to/your/obsidian/vault"
},
"args": [
"/path/to/smart-connections-mcp/dist/index.js"
],
"command": "node"
}
}
}MCP server for Obsidian Smart Connections. Semantic search using your vault's embeddings.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 58 days ago. 1 stars.
Will it work with my client?
Transport: stdio, sse. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Context cost
6 tools. ~300 tokens (0.1% of 200K).
No automated test available for this server. Check the GitHub README for setup instructions.
Last scanned just now
No known vulnerabilities.
search_by_textSearch using freeform text (computes embedding locally)
search_similarFind notes semantically similar to a given note
search_by_embeddingSearch using a raw embedding vector
get_noteGet content of a specific note (path validated)
get_model_infoGet embedding model configuration
list_indexedList all indexed notes
This server is missing a description.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.