NexMem MCP
by arpanroy41
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEXMEM_MODE | No | Self for personal memory, team for shared | self |
| NEXMEM_BACKEND | No | Storage backend: jsonl, sqlite, mongodb, postgres, redis | jsonl |
| NEXMEM_READ_ONLY | No | Disable write tools | false |
| NEXMEM_REDIS_URL | No | Redis connection URL | redis://localhost:6379/0 |
| NEXMEM_TEAM_NAME | No | Team identifier (required for team mode) | |
| NEXMEM_USER_NAME | No | Your identity (defaults to OS username) | |
| NEXMEM_JSONL_PATH | No | Path to JSONL file | ~/.nexmem/memory.jsonl |
| NEXMEM_MONGODB_URI | No | MongoDB connection URI | mongodb://localhost:27017/nexmem |
| NEXMEM_SQLITE_PATH | No | Path to SQLite database | ~/.nexmem/memory.db |
| NEXMEM_INSTRUCTIONS | No | Custom instructions file path or inline text | |
| NEXMEM_POSTGRES_URI | No | PostgreSQL connection URI | postgresql://localhost:5432/nexmem |
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/arpanroy41/nexmem-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server