Centralaizer
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LM_UI_PORT | No | Port for the memory viewer UI | 3001 |
| LM_DATA_DIR | No | Directory for local memory storage | ~/.localmem |
| LM_MCP_PORT | No | Port for the MCP server | 3000 |
| LM_EMBEDDING_MODEL | No | Ollama model for embeddings | nomic-embed-text |
| LM_REASONING_MODEL | No | Ollama model for reasoning | qwen3:32b |
| LM_TRUST_THRESHOLD | No | Minimum trust score for memory acceptance | 0.6 |
| LM_DECAY_HALF_LIFE_DAYS | No | Half-life for memory decay in days | 30 |
| LM_MANAGER_INTERVAL_MINUTES | No | Interval for memory manager runs in minutes | 15 |
| LM_SKILL_PROMOTION_THRESHOLD | No | Number of successful uses to promote a skill | 5 |
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/lestercoyoyjr/Centralaizer-public'
If you have feedback or need assistance with the MCP directory API, please join our Discord server