replen for Windsurf
io.github.replenhq/replen
A local intelligence layer for AI coding agents. Maps your repos, matches the open-source frontier.
client:Windsurf
transport:stdio
runtime:npm
Install replen in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"replen": {
"command": "npx",
"args": [
"-y",
"@replen/mcp"
],
"env": {
"DIGEST_BASE_URL": "<DIGEST_BASE_URL>",
"DIGEST_TOKEN": "<DIGEST_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs