akb for Grok
io.github.dnotitia/akb
Git-backed org memory for AI agents — hybrid search, tables, files & a URI graph over MCP.
client:Grok
transport:stdio
runtime:npm
Install akb in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"akb": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"akb-mcp"
],
"env": {
"AKB_MCP_URL": "<AKB_MCP_URL>",
"AKB_PAT": "<AKB_PAT>"
}
}
}
}
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