PluginBench
MCP Server

io.github.thegridwork/license MCP Server

io.github.thegridwork/license

What is the io.github.thegridwork/license MCP server?

Scan dependencies for license compliance — copyleft conflicts, unknown licenses, risk.

How to install io.github.thegridwork/license

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "license": {
      "command": "npx",
      "args": [
        "-y",
        "gridwork-license"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "license": {
      "command": "npx",
      "args": [
        "-y",
        "gridwork-license"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "license": {
      "command": "npx",
      "args": [
        "-y",
        "gridwork-license"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "license": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gridwork-license"
      ]
    }
  }
}
Claude Code
claude mcp add license -- npx -y gridwork-license

Related MCP servers

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

View repository →

Audit websites for GDPR, CCPA, and ePrivacy compliance — trackers, consent, and policies.

View repository →

Audit websites for accessibility, performance, SEO, design, and mobile. 47 WCAG checks.

View repository →