Skip to main content
Glama
paolino

mcp-memory-server

by paolino

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_memory_usageA

Get system memory usage summary.

Returns total, available, used memory and swap statistics, similar to the free -h command.

list_top_processesC

List top N memory-consuming processes.

list_process_groupsA

List processes grouped by name with aggregated stats.

Useful for seeing total resource usage by process type (e.g., "3 claude processes using 1.6GB total").

find_stale_processesB

Find potentially stale processes based on various criteria.

Useful for finding long-running background processes that may be consuming resources unnecessarily.

kill_processesA

Kill processes by PID with safety checks.

Safety mechanisms:

  • Refuses to kill PID 0 or 1

  • Refuses root-owned processes unless running as root

  • Optional name confirmation to prevent killing wrong process

  • Uses SIGTERM by default, SIGKILL only when explicit

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/paolino/mcp-memory-server'

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