second brain mcp for Grok
io.github.portaltocoding/second-brain-mcp
Second brain en Obsidian: notas, conceptos como nodos, resurfacing y salud del grafo. En castellano.
client:Grok
transport:stdio
runtime:npm
Install second brain mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"second-brain-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@toportal/second-brain-mcp"
],
"env": {
"BRAIN_VAULT": "<BRAIN_VAULT>",
"BRAIN_MODO": "<BRAIN_MODO>"
}
}
}
}
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