appcontrol-mcp-go
by AppControlLabs·★ 22·Score 43
AppControl MCP server provides read-only access to historical resource usage and system security data through natural language queries.
Overview
The AppControl MCP server connects AI agents and IDEs like Claude, Cursor, and Windsurf to system history data from the AppControl Windows app. It allows users to ask questions about applications using CPU, GPU, RAM, disk resources, and causes of system issues like slowdowns or heat spikes. The server exposes 9 read-only tools for querying binaries, processes, publishers, rules, security events, and resource metrics without modifying system configurations.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose AppControl MCP when you need deep historical system monitoring and security insights for Windows PCs and want to query this data through natural language to AI assistants.
When NOT to choose this
Avoid this MCP server if you need cross-platform support (Windows-only) or write access to system settings (this server is read-only only).
Tools this server exposes
9 tools extracted from the READMEget_statsGet service stats, current timestamp, and uptime/idle intervals
list_binariesList tracked binaries with filters for various properties
get_binaryGet detailed info for one or more binaries by ID
list_processesList currently running processes with detailed information
list_publishersList code-signing publishers with linked binary counts
list_rulesList quarantine rules for blocked binaries and publishers
query_historyQuery security event history with various filters
get_monitoringGet time-series resource metrics for system or per-binary
get_hardwareGet CPU, GPU, and temperature sensor info
Comparable tools
Installation
Installation Options
MCPB Package (Recommended for Claude Desktop)
- Download
appcontrol.mcpbfrom the [latest release](https://github.com/AppControlLabs/appcontrol-mcp-go/releases/latest) - Open Claude Desktop → Settings → Extensions → Advanced Settings → Install Extension
- Choose the downloaded
.mcpbfile and restart Claude Desktop
Standalone Executable
- Download
appcontrol-mcp.exefrom the [latest release](https://github.com/AppControlLabs/appcontrol-mcp-go/releases/latest) - Place in a permanent location
- Configure in your AI client's MCP settings
Claude Configuration
{
"mcpServers": {
"appcontrol": {
"command": "C:/MCP/appcontrol-mcp.exe",
"args": []
}
}
}FAQ
- What OS does AppControl MCP support?
- AppControl MCP currently only supports Windows systems with the AppControl desktop app installed and running with MCP API enabled.
- Can this MCP server modify system configurations or rules?
- No, all tools provided by the AppControl MCP server are read-only only. It cannot modify rules, block/allow binaries, or change any service configuration.
On Hacker News
Recent discussion from the developer community.
- Story by suprnurd · 2026-04-14
Compare appcontrol-mcp-go with
Last updated · Auto-generated from public README + GitHub signals.