replen for Claude Desktop
io.github.replenhq/replen
A local intelligence layer for AI coding agents. Maps your repos, matches the open-source frontier.
client:Claude Desktop
transport:stdio
runtime:npm
Install replen in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"replen": {
"command": "npx",
"args": [
"-y",
"@replen/mcp"
],
"env": {
"DIGEST_BASE_URL": "<DIGEST_BASE_URL>",
"DIGEST_TOKEN": "<DIGEST_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs