Odel
replen

replen

Local
@replenhq8TypeScriptApache-2.0Updated 4w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@replen/mcpv1.3.5

Run

npx -y @replen/mcp

MCP client config

{
  "mcpServers": {
    "replen": {
      "command": "npx",
      "args": [
        "-y",
        "@replen/mcp"
      ]
    }
  }
}