Skip to main content
Glama
gulshatik

memory-server

by gulshatik

Memory Server (MCP)

This repository contains a minimal Memory Server implemented with the MCP protocol (FastMCP).
It exposes tools for:

  • save, get, delete, list_keys

  • Namespace‑aware variants: save_with_namespace, get_by_namespace

All data is persisted in ./memory_data.json as JSON objects that include a timestamp.

Usage

# Install dependencies
pip install -r requirements.txt

# Run the demo (which exercises all tools)
python main.py

The script will print a short demonstration of saving, retrieving, listing and deleting keys.
No external server or TTY is required – everything runs locally in a single process.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    B
    maintenance
    An MCP-native, local-first memory server that gives AI agents persistent, structured memory across sessions and tools, enabling them to maintain identity and context without reconfiguration.
    Last updated
    3
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    MCP server providing persistent memory management for AI agents using SQLite and FTS5, enabling storage, full-text search, and recall of memories with namespace isolation.
    Last updated
    1
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that provides persistent memory capabilities for AI agents using Mem0, enabling storage, search, and management of contextual information across conversations with support for multiple backends and LLM providers.
    Last updated
    MIT

View all related MCP servers

Related MCP Connectors

  • Cloud-hosted MCP server for durable AI memory

  • User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.

  • Shared long-term memory vault for AI agents with 20 MCP tools.

View all MCP Connectors

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/gulshatik/coursework-mcp-189a4d'

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