memcp
by maydali28
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEMCP_RRF_K | No | RRF fusion smoothing constant | 60 |
| MEMCP_DATA_DIR | No | Data storage directory | ~/.memcp |
| MEMCP_MAX_INSIGHTS | No | Max insight count before auto-pruning | 10000 |
| MEMCP_SEARCH_ALPHA | No | Hybrid search blend (0=BM25 only, 1=semantic only) | 0.6 |
| MEMCP_HEBBIAN_BOOST | No | Weight boost per co-retrieval event | 0.05 |
| MEMCP_MAX_MEMORY_MB | No | Max total memory usage | 2048 |
| MEMCP_SEMANTIC_DEDUP | No | Enable semantic deduplication | false |
| MEMCP_DEDUP_THRESHOLD | No | Cosine similarity threshold for semantic dedup | 0.95 |
| MEMCP_EDGE_MIN_WEIGHT | No | Minimum edge weight before pruning | 0.05 |
| MEMCP_HEBBIAN_ENABLED | No | Enable/disable Hebbian co-retrieval strengthening | true |
| MEMCP_SECRET_DETECTION | No | Enable/disable secret detection | true |
| MEMCP_EMBEDDING_PROVIDER | No | model2vec, fastembed, or auto | auto |
| MEMCP_MAX_CONTEXT_SIZE_MB | No | Max size per context variable | 10 |
| MEMCP_EDGE_DECAY_HALF_LIFE | No | Half-life in days for edge weight decay | 30 |
| MEMCP_RETENTION_PURGE_DAYS | No | Days before purging archived items | 180 |
| MEMCP_IMPORTANCE_DECAY_DAYS | No | Half-life for importance decay | 30 |
| MEMCP_RETENTION_ARCHIVE_DAYS | No | Days before archiving stale items | 30 |
| MEMCP_CONSOLIDATION_THRESHOLD | No | Similarity threshold for consolidation grouping | 0.85 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/maydali28/memcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server