MCP Server
MCP
Verified Repo Memory
Stale-proof repository memory with citations + just-in-time verification + TTL (repo-scoped).
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
By
Comments
Sign in to leave a comment