light-agent-memory-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| memory_project_saveA | Save or update project context — tech stack, architecture, conventions, and notes. |
| memory_project_getA | Retrieve saved context for a specific project by name. |
| memory_project_listA | List all saved projects. |
| memory_pref_saveA | Save or update a personal coding preference — style, tools, workflow patterns. |
| memory_pref_getA | Retrieve a specific preference by key. |
| memory_pref_listA | List all saved preferences, optionally filtered by category. |
| memory_learning_saveA | Record a session learning — solutions discovered, bugs encountered, insights gained. |
| memory_learning_searchA | Search session learnings by keyword. Matches against title, content, and tags. |
| memory_saveA | Unified save — automatically routes to the correct table based on type. Use data fields matching the type: project (name, path, tech_stack, architecture, conventions, notes), preference (key, value, category), or learning (title, content, project_name, tags). |
| memory_searchA | Search across all memory types by keyword. Optionally filter by type (project, preference, learning). |
| memory_deleteA | Delete a specific memory by type and ID. |
| memory_listA | List all stored memories with optional type filter, pagination, and stats. |
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/AliYar-Khan/light-agent-memory-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server