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
Not graded
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
    Not graded
    quality
    D
    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.
    1
    MIT
  • A
    license
    Not graded
    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.
    MIT

View all related MCP servers

Related MCP Connectors

  • An MCP memory server. One memory your agents share — across models, devices and apps.

  • Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.

  • Cloud-hosted MCP server for durable AI memory

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