Skip to main content
Glama
mixelpixx

meMCP - Memory-Enhanced Model Context Protocol

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
memory_store_insightD
memory_update_factD
memory_delete_factD
memory_get_statsD
memory_get_relatedD
memory_queryD
memory_bulk_processD
memory_stream_queryD
memory_stream_nextD
memory_stream_statusD
memory_stream_cancelD
memory_stream_pauseD
memory_stream_resumeD
memory_cleanupD
memory_backupD
memory_restoreD
memory_optimizeD
memory_validateD
config_list_fact_typesD
config_add_fact_typeD
config_update_scoring_weightsD
config_exportD
config_get_settingsD
config_validateD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.8/5.0

Scored across 24 tools

Disambiguation3/5

The tools are organized into clear configuration and memory domains, but there is some ambiguity within each group. For example, config_export and config_validate have unclear boundaries, and memory_stream_* tools could be confused for overlapping streaming operations. Descriptions are missing, making it harder to differentiate, but the prefix structure helps.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern with clear prefixes (config_* and memory_*). The naming is highly predictable and organized, making it easy to understand the tool's domain and purpose at a glance.

Tool Count2/5

With 24 tools, the count feels excessive for a memory-enhanced protocol. Many tools seem redundant or overly granular (e.g., multiple memory_stream_* actions), suggesting the set could be consolidated without losing functionality. This heavy tool count may overwhelm agents.

Completeness4/5

The tool set appears to cover core memory and configuration operations comprehensively, including CRUD-like actions (store, delete, update, query) and management functions (backup, restore, optimize). Minor gaps might exist in advanced querying or integration features, but the surface seems well-rounded for the inferred domain.