Mnemotree
by kurcontko
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MNEMOTREE_MCP_NER_MODEL | No | NER model ID or path (backend-specific). | |
| MNEMOTREE_MCP_CHROMA_SSL | No | ChromaDB SSL setting (optional). | |
| MNEMOTREE_MCP_COLLECTION | No | Collection name for memory storage. | memories |
| MNEMOTREE_MCP_ENABLE_NER | No | Enable Named Entity Recognition. | false |
| MNEMOTREE_MCP_CHROMA_HOST | No | ChromaDB server host (optional). | |
| MNEMOTREE_MCP_CHROMA_PORT | No | ChromaDB server port (optional). | |
| MNEMOTREE_MCP_NER_BACKEND | No | NER backend (e.g., spacy, transformers, gliner, stanza). | |
| MNEMOTREE_MCP_PERSIST_DIR | No | Storage directory for memory persistence. | .mnemotree/chromadb |
| MNEMOTREE_MCP_ENABLE_KEYWORDS | No | Enable keyword extraction. | false |
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/kurcontko/mnemotree'
If you have feedback or need assistance with the MCP directory API, please join our Discord server