Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | The absolute path to the repository. Memories are scoped per repository and stored in the <repoRoot>/.verified-repo-memory/ directory. | |
| no-secret-scan | No | If provided, disables the built-in heuristic secret scanning that rejects memories that look like API keys or private keys. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| vrm_store | Store a memory with file citations. Snippets are auto-extracted. |
| vrm_search | Search for candidates (no JIT verification, fast). |
| vrm_retrieve | JIT-verify candidates and return valid memories. |
| vrm_list | List memories by status. |
| vrm_forget | Manually delete a memory by ID. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |