N3MemoryCore MCP — Lite (Ephemeral)
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| N3MC_DATA_DIR | No | Override for data directory where config.json is stored. | |
| N3MC_REDIS_URL | No | Redis connection URL. Overrides config.json redis_url. | |
| N3MC_SESSION_ID | No | Session ID for memory namespace. Used as fallback if not provided per call. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_memoryA | Hybrid (vector + BM25) search over stored memories. Call this at the start of every user turn. NOTE: Lite memories expire 7d after they were saved. |
| save_memoryA | Save a memory entry (Lite: 7-day TTL). Auto-deduplicates exact and near-duplicate content. Long content (>chunk_threshold chars) is chunked with a parent-document for verbatim recall. |
| list_memoriesA | List stored memories newest first. Parent documents shown with [doc×N] tag. |
| delete_memoryA | Delete a memory by ID. If the ID is a parent document (doc:), cascades to all child chunks. |
| delete_memories_by_sessionA | Delete every memory (singles, parent docs, child chunks, sha guards) whose session_id matches. Scoped to the configured owner. Use this to wrap up a finished project or reset a polluted session before TTL expiry. IRREVERSIBLE — confirm session_id with the user first. |
| repair_memoryB | Re-ensure the RediSearch index (idempotent). Returns {status, message}. |
| recall_threadA | §4.3.1 — Retrieve the memories sharing a turn_id plus N entries before and after in chronological order. Use this when a search_memory hit lacks enough context: pass the hit's turn_id here to surface the surrounding conversation thread. Returns {status:'not_found'} if turn_id is unknown. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/NeuralNexusNote/n3mcmcp-lite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server