openapi security contract lint for Grok
io.github.jmshinhwa/openapi-security-contract-lint
Finds the lines in an OpenAPI file that publish an endpoint with no authentication, an API key in th
client:Grok
transport:stdio
runtime:npm
Install openapi security contract lint in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"openapi-security-contract-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/openapi-security-contract-lint"
]
}
}
}
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