PluginBench
MCP Server
Maintained
MIT

io.github.bighippoman/license-compliance MCP Server

io.github.bighippoman/license-compliance

What is the io.github.bighippoman/license-compliance MCP server?

Scan npm dependencies for license compliance issues. Catch GPL contamination.

How to install io.github.bighippoman/license-compliance

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-compliance": {
      "command": "npx",
      "args": [
        "-y",
        "license-compliance-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "license-compliance": {
      "command": "npx",
      "args": [
        "-y",
        "license-compliance-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "license-compliance": {
      "command": "npx",
      "args": [
        "-y",
        "license-compliance-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "license-compliance": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "license-compliance-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add license-compliance -- npx -y license-compliance-mcp

Related MCP servers

Intercept

Active

Give your AI the ability to read the web. Fetches URLs as clean markdown with multi-tier fallback.

7
TypeScript
MIT
View repository →

Structured session journals for AI agents. Persistent memory across sessions.

0
TypeScript
MIT
View repository →
io.github.bighippoman/license-compliance MCP Server | PluginBench