Notes for Grok
io.github.abhishekkumar2021/notes
Local markdown notes: ranked + semantic search, tags, todos, and a wiki-link knowledge graph.
client:Grok
transport:stdio
runtime:npm
Install Notes in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"notes": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@abhishekmcp/notes"
],
"env": {
"NOTES_DIR": "<NOTES_DIR>",
"NOTES_READONLY": "<NOTES_READONLY>",
"NOTES_MODEL_DIR": "<NOTES_MODEL_DIR>"
}
}
}
}
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