MCP Catalogs
Home

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.

monitoringsecuritydeveloper-tools
1
Forks
0
Open issues
1 mo ago
Last commit
2d ago
Indexed

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:

you:Investigate system performance issues by identifying resource-hungry applications
you:Monitor security events and detect unauthorized access attempts to peripherals
you:Analyze software origins and publisher information to verify application legitimacy
you:What OS does AppControl MCP support?
you:Can this MCP server modify system configurations or rules?

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 README
  • get_stats

    Get service stats, current timestamp, and uptime/idle intervals

  • list_binaries

    List tracked binaries with filters for various properties

  • get_binary

    Get detailed info for one or more binaries by ID

  • list_processes

    List currently running processes with detailed information

  • list_publishers

    List code-signing publishers with linked binary counts

  • list_rules

    List quarantine rules for blocked binaries and publishers

  • query_history

    Query security event history with various filters

  • get_monitoring

    Get time-series resource metrics for system or per-binary

  • get_hardware

    Get CPU, GPU, and temperature sensor info

Comparable tools

process-mcpsysteminfo-mcpwindows-mcp

Installation

Installation Options

MCPB Package (Recommended for Claude Desktop)

  1. Download appcontrol.mcpb from the [latest release](https://github.com/AppControlLabs/appcontrol-mcp-go/releases/latest)
  2. Open Claude Desktop → Settings → Extensions → Advanced Settings → Install Extension
  3. Choose the downloaded .mcpb file and restart Claude Desktop

Standalone Executable

  1. Download appcontrol-mcp.exe from the [latest release](https://github.com/AppControlLabs/appcontrol-mcp-go/releases/latest)
  2. Place in a permanent location
  3. 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.

Compare appcontrol-mcp-go with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.