MCP Server
MCP
io.github.gogogadgetbytes/smart-connections
MCP server for Obsidian Smart Connections. Semantic search using your vault's embeddings.
Install
npx -y @gogogadgetbytes/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@gogogadgetbytes/smart-connections-mcp",
"version": "0.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Absolute path to your Obsidian vault (e.g., /Users/you/Documents/MyVault)",
"isRequired": true,
"format": "string",
"name": "VAULT_PATH"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment