Skip to main content
Glama
AliYar-Khan

light-agent-memory-mcp-server

by AliYar-Khan

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/AliYar-Khan/light-agent-memory-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server