vault mcp tools for Grok
io.github.afable702/vault-mcp-tools
Complete Obsidian vault MCP server. 35 tools: notes, search, graph, tags, canvas.
client:Grok
transport:stdio
runtime:npm
Install vault mcp tools in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"vault-mcp-tools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vault-mcp-tools"
],
"env": {
"OBSIDIAN_VAULT_PATH": "<OBSIDIAN_VAULT_PATH>",
"OBSIDIAN_REST_TOKEN": "<OBSIDIAN_REST_TOKEN>",
"OBSIDIAN_REST_PORT": "<OBSIDIAN_REST_PORT>",
"OBSIDIAN_TRANSPORT": "<OBSIDIAN_TRANSPORT>",
"OBSIDIAN_HTTP_PORT": "<OBSIDIAN_HTTP_PORT>",
"OBSIDIAN_HTTP_AUTH_TOKEN": "<OBSIDIAN_HTTP_AUTH_TOKEN>"
}
}
}
}
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