reflect-memory
by van-reflect
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RM_PORT | No | HTTP port (default: 3000) | |
| RM_API_KEY | Yes | User key -- full access to all endpoints (required) | |
| RM_DB_PATH | No | SQLite file path (default: /data/reflect-memory.db) | |
| RM_MODEL_NAME | Yes | Model identifier, e.g. gpt-4o-mini (required) | |
| RM_CHAT_XAI_KEY | No | Grok API key for chat | |
| RM_MODEL_API_KEY | Yes | OpenAI (or compatible) API key (required) | |
| RM_SYSTEM_PROMPT | No | System prompt for AI queries | |
| RM_MODEL_BASE_URL | No | Model API base URL (default: https://api.openai.com/v1) | |
| RM_CHAT_GOOGLE_KEY | No | Gemini API key for chat | |
| RM_CHAT_OPENAI_KEY | No | Chat OpenAI key (defaults to RM_MODEL_API_KEY) | |
| RM_AGENT_KEY_CLAUDE | No | Agent key for Claude (enables MCP endpoint) | |
| RM_MODEL_MAX_TOKENS | No | Max tokens (default: 1024) | |
| RM_AGENT_KEY_CHATGPT | No | Agent key for ChatGPT (enables MCP endpoint) | |
| RM_MODEL_TEMPERATURE | No | Temperature (default: 0.7) | |
| RM_CHAT_ANTHROPIC_KEY | No | Claude API key for chat | |
| RM_CHAT_PERPLEXITY_KEY | No | Perplexity API key for chat | |
| RM_DASHBOARD_JWT_SECRET | No | Dashboard JWT secret (minimum 32 characters) | |
| RM_DASHBOARD_SERVICE_KEY | No | Dashboard service key (required for dashboard) |
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/van-reflect/Reflect-Memory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server