gridwork-aiact
Rank #53,541io.github.thegridwork/aiact
Scan codebases for AI usage, classify risk, generate EU AI Act compliance reports.
gridwork-aiact is a Model Context Protocol (MCP) server published by thegridwork. It ranks #53,541 of 115,460 servers tracked on MCP Toplist. gridwork-aiact is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 3, 2026 and most recently updated on Apr 3, 2026.
Ranks ahead of 61,919 of 115,460 servers on MCP Toplist.
Use gridwork-aiact
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add aiact -- npx -y gridwork-aiact[mcp_servers.aiact]
command = "npx"
args = ["-y", "gridwork-aiact"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"aiact": {
"command": "npx",
"args": [
"-y",
"gridwork-aiact"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"aiact": {
"command": "npx",
"args": [
"-y",
"gridwork-aiact"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"aiact": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gridwork-aiact"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"aiact": {
"command": "npx",
"args": [
"-y",
"gridwork-aiact"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"aiact": {
"command": "npx",
"args": [
"-y",
"gridwork-aiact"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.thegridwork%2Faiact)<a href="https://mcptoplist.com/server/io.github.thegridwork%2Faiact"><img src="https://mcptoplist.com/badge/io.github.thegridwork%2Faiact.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
thegridwork
Other servers by thegridwork
- gridwork-license#53,542 · 1 ver
- gridwork-privacy#53,543 · 1 ver
- @gridwork/siteaudit#53,544 · 1 ver
- gridwork-wiki#110,681
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Apr 3, 2026 |
Frequently asked questions
- Who maintains gridwork-aiact?
- gridwork-aiact is maintained by thegridwork, which publishes 5 MCP servers (4 total versions) tracked on MCP Toplist.
- Is gridwork-aiact listed on the Official MCP Registry?
- Yes — gridwork-aiact is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does gridwork-aiact have?
- MCP Toplist tracks 1 version of gridwork-aiact, most recently published on Apr 3, 2026.
- Where can I find the source code for gridwork-aiact?
- The source code for gridwork-aiact is hosted at github.com/thegridwork/aiact.