Catalog
io.github.replenhq/replen
OfficialA local intelligence layer for AI coding agents. Maps your repos, matches the open-source frontier.
Maps your repos and matches them against the open-source frontier for AI coding agents.
README not available yet.
Install
Configuration
Environment variables
DIGEST_BASE_URLBackend base URL. Set automatically by npx replen; override only to self-host.
DIGEST_TOKENsecretOptional hosted-tier token. Set automatically by npx replen; not needed to self-host.
claude_desktop_config.json
{
"mcpServers": {
"replen": {
"command": "npx",
"args": [
"-y",
"@replen/mcp@1.3.4"
],
"env": {
"DIGEST_BASE_URL": "<YOUR_DIGEST_BASE_URL>",
"DIGEST_TOKEN": "<YOUR_DIGEST_TOKEN>"
}
}
}
}