Obsidian Everywhere for Cursor
io.github.junnnnnw00/obsidian-everywhere
Graph context, semantic search, guarded edits, and reviewable Git for local Obsidian vaults.
client:Cursor
transport:stdio
runtime:npm
Install Obsidian Everywhere in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"obsidian-everywhere": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"obsidian-everywhere"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs