Obsidian Everywhere for Grok
io.github.junnnnnw00/obsidian-everywhere
Graph context, semantic search, guarded edits, and reviewable Git for local Obsidian vaults.
client:Grok
transport:stdio
runtime:npm
Install Obsidian Everywhere in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"obsidian-everywhere": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"obsidian-everywhere"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs