Memory
0
Provides a high-performance C++ server for real-time memory scanning and analysis of Windows processes, accessible via Model Context Protocol or HTTP.
About
Memory offers a high-performance C++ server designed for real-time memory scanning and analysis of Windows processes. It provides direct access to process memory through the Model Context Protocol (MCP), enabling AI assistants to efficiently scan, filter, and analyze memory contents. Optimized for Windows with low-latency operations and minimal resource overhead, it also offers an alternative HTTP interface for broader external integrations, making it versatile for various memory-related tasks.
Key Features
- Real-time Memory Scanning for values (strings, integers, doubles)
- Address Filtering based on value changes
- Automatic Process Discovery and Memory Access
- Native Model Context Protocol (MCP) server implementation
- Alternative HTTP API for external integrations
- 0 GitHub stars
Use Cases
- Enabling AI assistants to scan and analyze process memory in real-time
- Automated filtering of memory addresses based on changing values
- Integrating process memory analysis into external systems via HTTP