Skip to content

dependency license change mcp for Grok

io.github.mrfentmen/dependency-license-change-mcp

Compare local license evidence across two snapshots without returning package names, text,...

client:Grok transport:stdio runtime:npm

Install dependency license change mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "dependency-license-change-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dependency-license-change-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

dependency license change mcp in other clients