Obsidian Everywhere for VS Code
io.github.junnnnnw00/obsidian-everywhere
Graph context, semantic search, guarded edits, and reviewable Git for local Obsidian vaults.
client:VS Code
transport:stdio
runtime:npm
Install Obsidian Everywhere in VS Code
.vscode/mcp.json
{
"servers": {
"obsidian-everywhere": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"obsidian-everywhere"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs