Replen
Rank #8,529io.github.replenhq/replen
A local intelligence layer for AI coding agents. Maps your repos, matches the open-source frontier.
Replen is a Model Context Protocol (MCP) server published by replenhq. It ranks #8,529 of 132,046 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Replen is listed on Official MCP, with 3 tracked versions. It was first listed on Jul 3, 2026 and most recently updated on Jul 6, 2026.
Ranks ahead of 123,517 of 132,046 servers on MCP Toplist.
Use Replen
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add replen -e "DIGEST_BASE_URL=<your DIGEST_BASE_URL>" -e "DIGEST_TOKEN=<your DIGEST_TOKEN>" -- npx -y @replen/mcpReplace each placeholder with your own value before saving.
[mcp_servers.replen]
command = "npx"
args = ["-y", "@replen/mcp"]
[mcp_servers.replen.env]
DIGEST_BASE_URL = "<your DIGEST_BASE_URL>"
DIGEST_TOKEN = "<your DIGEST_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"replen": {
"command": "npx",
"args": [
"-y",
"@replen/mcp"
],
"env": {
"DIGEST_BASE_URL": "<your DIGEST_BASE_URL>",
"DIGEST_TOKEN": "<your DIGEST_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"replen": {
"command": "npx",
"args": [
"-y",
"@replen/mcp"
],
"env": {
"DIGEST_BASE_URL": "<your DIGEST_BASE_URL>",
"DIGEST_TOKEN": "<your DIGEST_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"replen": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@replen/mcp"
],
"env": {
"DIGEST_BASE_URL": "<your DIGEST_BASE_URL>",
"DIGEST_TOKEN": "<your DIGEST_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"replen": {
"command": "npx",
"args": [
"-y",
"@replen/mcp"
],
"env": {
"DIGEST_BASE_URL": "<your DIGEST_BASE_URL>",
"DIGEST_TOKEN": "<your DIGEST_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"replen": {
"command": "npx",
"args": [
"-y",
"@replen/mcp"
],
"env": {
"DIGEST_BASE_URL": "<your DIGEST_BASE_URL>",
"DIGEST_TOKEN": "<your DIGEST_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.replenhq%2Freplen)<a href="https://mcptoplist.com/server/io.github.replenhq%2Freplen"><img src="https://mcptoplist.com/badge/io.github.replenhq%2Freplen.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
replenhq
Available versions (3)
| Version | Published |
|---|---|
| 1.3.5 | Jul 6, 2026 |
| 1.3.4 | Jul 3, 2026 |
| 1.3.3 | Jul 3, 2026 |
Frequently asked questions
- Who maintains Replen?
- Replen is maintained by replenhq, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Replen listed on the Official MCP Registry?
- Yes — Replen is listed on the Official MCP Registry.
- How many versions does Replen have?
- MCP Toplist tracks 3 versions of Replen, most recently published on Jul 6, 2026.
- Where can I find the source code for Replen?
- The source code for Replen is hosted at github.com/replenhq/replen.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.