MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Code Execution/AppControl Windows System History
Code ExecutionOfficial
A

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.

37 starsUpdated Aug 2, 2026
View on GitHub

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

C

Context7 MCP

Official

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

61.3kCode ExecutionUpdated Today
C

Chrome DevTools MCP

Official

Official Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.

49.9kCode ExecutionUpdated Today
M

Mastra/mcp

Official

Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.

27.5kCode ExecutionUpdated Today

GitHub MCP Server

Official

Connect your AI assistant to GitHub repositories, issues, pull requests, and search.

12.4kCode ExecutionUpdated 2 days ago