← Back to Plugins
MCP Server MCP

Verified Repo Memory

github By github 👁 1 views ▲ 0 votes

Stale-proof repository memory with citations + just-in-time verification + TTL (repo-scoped).

Homepage Verified source GitHub

Install

npx -y @cognitivemyriad/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@cognitivemyriad/vrm-local",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Default TTL in days (1-365).",
          "format": "number",
          "name": "VRM_TTL_DAYS"
        },
        {
          "description": "Override data dir path.",
          "format": "string",
          "name": "VRM_DATA_DIR"
        },
        {
          "description": "Max file parsing size bytes.",
          "format": "number",
          "name": "VRM_MAX_FILE_BYTES"
        },
        {
          "description": "Enable secret scan (on/off).",
          "format": "string",
          "name": "VRM_SECRET_SCAN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...