license-checker for Grok
io.github.weiseer/license-checker
OSS license metadata + compatibility checker MCP server.
client:Grok
transport:stdio
runtime:npm
Install license-checker in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"license-checker": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@weiseer/license-checker-mcp"
],
"env": {
"LIC_URL": "<LIC_URL>",
"LIC_LOCAL_ONLY": "<LIC_LOCAL_ONLY>"
}
}
}
}
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