Back to Browse

Aiact MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Scan codebases for AI usage, classify risk, generate EU AI Act compliance reports.

About

Scan codebases for AI usage, classify risk, generate EU AI Act compliance reports.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (7/7 approved).

7 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-thegridwork-aiact": {
      "args": [
        "-y",
        "gridwork-aiact"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

gridwork-aiact

MCP server that scans codebases for AI system usage and generates EU AI Act compliance reports.

EU AI Act high-risk deadline: August 2, 2026.

What it does

  • Scans project files for AI libraries, APIs, and frameworks
  • Detects 30+ AI systems: OpenAI, Anthropic, Google, PyTorch, TensorFlow, HuggingFace, LangChain, and more
  • Classifies risk level per EU AI Act (unacceptable / high / limited / minimal)
  • Identifies compliance gaps against Annex III categories
  • Generates formal inventory documents for compliance records
  • Counts days until the August 2, 2026 deadline

Install

npx gridwork-aiact

MCP tools

ToolDescription
scan_projectFull scan with risk classification and compliance gap analysis
quick_checkFast count of AI systems without full analysis
generate_inventoryFormal EU AI Act inventory document
classify_systemClassify risk for a specific AI system by use case

Claude Desktop config

{
  "mcpServers": {
    "gridwork-aiact": {
      "command": "npx",
      "args": ["-y", "gridwork-aiact"]
    }
  }
}

License

MIT — Gridwork

Reviews

No reviews yet

Be the first to review this server!