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: mcp-sysmon
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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