webfont license audit for Grok
io.github.jmshinhwa/webfont-license-audit
The 12 licence questions a foundry audit letter asks, run against your CSS
client:Grok
transport:stdio
runtime:npm
Install webfont license audit in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"webfont-license-audit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/webfont-license-audit"
]
}
}
}
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