AppControl Windows System History
An MCP server that gives AI agents like Claude, Cursor, and Gemini access to historical Windows CPU, GPU, temperature, and privacy data gathered by the AppControl Windows app.
Ads
Overview
- AppControl running with MCP API enabled - Windows only There are two ways to install the server: as an MCPB package (recommended for Claude Desktop) or as a standalone executable. 1. Download appcontrol.mcpb from the latest release. 2. Open Claude Desktop app, go to Settings -> Extensions -> Advanced Settings and click "Install Extension". Choose your newly downloaded .mcpb file — Claude Desktop will install it automatically. 3. Restart Claude Desktop app by right-clicking the Claude tray icon and selecting "Quit" then start it again.
Installation
/plugin marketplace add appcontrollabs/appcontrol-mcp-go
Configuration
{
"mcpServers": {
"appcontrol": {
"command": "C:/MCP/appcontrol-mcp.exe",
"args": [],
"timeout": 15000
}
}Capabilities
- Query blocked process events
Ask for all `query_history` events of type "quarantine_block" within a specific time window to review what AppControl stopped.
- Find unsigned or risky binaries
Use `list_binaries` to filter for unsigned binaries, those running from Temp/Downloads paths, or binaries first seen after a given date.
- Investigate a specific binary's details
Retrieve signature, publisher, hash, and first-seen time for one or more binary IDs via `get_binary`.
- Identify top resource consumers
Call `get_monitoring` with top-N filtering to surface which processes drove CPU, memory, disk, or GPU spikes during a past interval.
- Audit running elevated processes
Combine `list_processes` with `list_binaries` to find non-Microsoft processes running with elevated privileges.
- Review quarantine rules
Use `list_rules` to see which binaries and publishers are currently blocked by AppControl rules.
Tags
- monitoring
- performance
- data-analysis
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.