mcp-memory-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-memory-serverList top 5 memory consuming processes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Memory Server
MCP server for memory management with process inspection and cleanup tools.
Tools
Tool | Description |
| System memory summary (like |
| Top N memory consumers with details |
| Find sleeping/idle processes by age, state, name pattern |
| Kill PIDs with safety checks |
Related MCP server: mem0_mcp_server
Installation
Claude Code
Add to ~/.config/claude-code/mcp.json:
{
"mcpServers": {
"mcp-memory": {
"command": "nix",
"args": ["run", "github:paolino/mcp-memory-server", "--refresh"]
}
}
}The --refresh flag ensures you always get the latest version. Remove it to use the cached version for faster startup.
From source
git clone https://github.com/paolino/mcp-memory-server
cd mcp-memory-server
nix develop
just install
just runUsage Examples
Show memory usage
Ask Claude: "Show me current memory usage"
Find stale GHC processes
Ask Claude: "Find old GHC or cabal processes using more than 100MB"
This calls find_stale_processes with:
name_pattern:"ghc|cabal"min_memory_mb:100
Kill processes
Ask Claude: "Kill these PIDs: 1234, 5678"
Safety checks:
Refuses PID 0/1
Refuses root-owned processes (unless running as root)
Optional name confirmation to prevent killing wrong process
Default SIGTERM, SIGKILL only when explicit
Development
nix develop
just test # Run tests
just run # Start server
just format # Format code
just lint # Lint codeLicense
MIT
Maintenance
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
- AlicenseAqualityCmaintenanceMCP server for system monitoring, enabling users to ask about CPU, memory, disk, network, and processes on their system.92MIT
- Alicense-qualityDmaintenanceAn MCP server that provides memory management tools for AI agents, enabling adding, searching, updating, and deleting memories via the Mem0 API.36MIT
- Alicense-qualityCmaintenanceAn MCP server for Windows process memory inspection/editing and crash dump analysis, enabling live memory scanning, patching, pointer resolution, disassembly, and offline dump examination via structured tool calls.MIT
Related MCP Connectors
Autopilot MCP server for GEO analyses, reports, content, audits, memories and agents.
MCP server for managing Prisma Postgres.
An MCP server for deep research or task groups
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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