← Back to Plugins
MCP Server MCP

io.github.replenhq/replen

github By github 👁 1 views ▲ 0 votes

A local intelligence layer for AI coding agents. Maps your repos, matches the open-source frontier.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...