replen for Grok
io.github.replenhq/replen
A local intelligence layer for AI coding agents. Maps your repos, matches the open-source frontier.
client:Grok
transport:stdio
runtime:npm
Install replen in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"replen": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@replen/mcp"
],
"env": {
"DIGEST_BASE_URL": "<DIGEST_BASE_URL>",
"DIGEST_TOKEN": "<DIGEST_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