MCP Server
MCP
io.github.replenhq/replen
A local intelligence layer for AI coding agents. Maps your repos, matches the open-source frontier.
Install
npx -y @replen/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@replen/mcp",
"version": "1.3.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Backend base URL. Set automatically by npx replen; override only to self-host.",
"format": "string",
"name": "DIGEST_BASE_URL"
},
{
"description": "Optional hosted-tier token. Set automatically by npx replen; not needed to self-host.",
"format": "string",
"isSecret": true,
"name": "DIGEST_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment